svn commit: r249774 - head/sys/boot/fdt/dts

Tim Kientzle tim at kientzle.com
Tue Apr 30 04:31:58 UTC 2013


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.)

Tim



More information about the svn-src-head mailing list