Date: Fri, 03 May 2013 11:53:50 -0700 From: Oleksandr Tymoshenko <gonzo@freebsd.org> To: Tim Kientzle <tim@kientzle.com> 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: <518407BE.2020501@freebsd.org> In-Reply-To: <8DA5B1ED-C616-4D2F-9235-E37A89F7EABE@kientzle.com> References: <201304221853.r3MIram6060889@svn.freebsd.org> <8DA5B1ED-C616-4D2F-9235-E37A89F7EABE@kientzle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?518407BE.2020501>