Date: Mon, 29 Apr 2013 21:31:50 -0700 From: Tim Kientzle <tim@kientzle.com> To: Oleksandr Tymoshenko <gonzo@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r249774 - head/sys/boot/fdt/dts Message-ID: <8DA5B1ED-C616-4D2F-9235-E37A89F7EABE@kientzle.com> In-Reply-To: <201304221853.r3MIram6060889@svn.freebsd.org> References: <201304221853.r3MIram6060889@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >=20 > Log: > Split BeagleBone DTS to generic AM335x part and Beagle-bone specific >=20 > Added: > head/sys/boot/fdt/dts/am335x.dtsi (contents, props changed) > Modified: > head/sys/boot/fdt/dts/beaglebone.dts >=20 > Added: head/sys/boot/fdt/dts/am335x.dtsi > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > + > +/ { > + compatible =3D "ti,am335x"; >=20 > Modified: head/sys/boot/fdt/dts/beaglebone.dts > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >=20 > +/include/ "am335x.dtsi" > + > / { > model =3D "beaglebone"; > - compatible =3D "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8DA5B1ED-C616-4D2F-9235-E37A89F7EABE>