From owner-svn-src-all@FreeBSD.ORG Tue Apr 30 04:31:58 2013 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45129AA3; Tue, 30 Apr 2013 04:31:58 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 250E819F5; Tue, 30 Apr 2013 04:31:57 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r3U4Vo2F078570; Tue, 30 Apr 2013 04:31:50 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id yeciirvewq6xcmjzhd8xfxh3ri; Tue, 30 Apr 2013 04:31:50 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: svn commit: r249774 - head/sys/boot/fdt/dts Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <201304221853.r3MIram6060889@svn.freebsd.org> Date: Mon, 29 Apr 2013 21:31:50 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <8DA5B1ED-C616-4D2F-9235-E37A89F7EABE@kientzle.com> References: <201304221853.r3MIram6060889@svn.freebsd.org> To: Oleksandr Tymoshenko X-Mailer: Apple Mail (2.1283) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 04:31:58 -0000 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