From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5E249B6F80 for ; Fri, 21 Oct 2011 07:44:04 +1100 (EST) Subject: Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Kumar Gala In-Reply-To: Date: Thu, 20 Oct 2011 15:44:11 -0500 Message-Id: References: <1319095467-6229-1-git-send-email-galak@kernel.crashing.org> To: Tabi Timur-B04825 Cc: "linuxppc-dev@ozlabs.org" , "devicetree-discuss@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 20, 2011, at 11:42 AM, Tabi Timur-B04825 wrote: > Ok, your other patch makes more sense now. >=20 > On Thu, Oct 20, 2011 at 2:24 AM, Kumar Gala = wrote: >=20 >> +++ b/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi >> @@ -0,0 +1,8 @@ >> +&serial0 { >> + cell-index =3D <0>; >> + device_type =3D "serial"; >> + compatible =3D "ns16550"; >> + reg =3D <0x4500 0x100>; >> + clock-frequency =3D <0>; >> + interrupts =3D <42 2 0 0>; >> +}; >=20 > How about we put all serial devices into one pq3-duart.dtsi file, and > let the parent dtsi file reference just the ones that it needs? there isn't an option to do that w/dtc - k=