On 4/29/2013 9:31 PM, Tim Kientzle wrote:
On Apr 22, 2013, at 11:53 AM, Oleksandr Tymoshenko wrote:

Author: gonzo
Date: Mon Apr 22 18:53:36 2013
New Revision: 249774
URL: http://svnweb.freebsd.org/changeset/base/249774

Log:
  Split BeagleBone DTS to generic AM335x part and Beagle-bone specific

Added:
  head/sys/boot/fdt/dts/am335x.dtsi   (contents, props changed)
Modified:
  head/sys/boot/fdt/dts/beaglebone.dts

Added: head/sys/boot/fdt/dts/am335x.dtsi
==============================================================================
+
+/ {
+       compatible = "ti,am335x";

Modified: head/sys/boot/fdt/dts/beaglebone.dts
==============================================================================

+/include/ "am335x.dtsi"
+
/ {
        model = "beaglebone";
-       compatible = "beaglebone", "ti,am335x";

This used to have two "compatible" names; now it only has one.

Is there a way to have both again?

(Mostly I'm just curious; I'm still learning FDT conventions.)


I think it was wrong of me to move compatible property to dtsi. I'll move it back to main .dts file.
Thanks for spotting.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to