Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC

2011-10-20 Thread Kumar Gala
On Oct 20, 2011, at 4:05 PM, Timur Tabi wrote: > Kumar Gala wrote: 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 > > What about making all the nodes disable

Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC

2011-10-20 Thread Timur Tabi
Kumar Gala wrote: >> > 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 What about making all the nodes disabled by default, and then the soc.dtsi or si.dtsi file can

Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC

2011-10-20 Thread Kumar Gala
On Oct 20, 2011, at 11:42 AM, Tabi Timur-B04825 wrote: > Ok, your other patch makes more sense now. > > On Thu, Oct 20, 2011 at 2:24 AM, Kumar Gala wrote: > >> +++ b/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi >> @@ -0,0 +1,8 @@ >> +&serial0 { >> + cell-index = <0>; >> + device_type

Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC

2011-10-20 Thread Tabi Timur-B04825
Ok, your other patch makes more sense now. On Thu, Oct 20, 2011 at 2:24 AM, Kumar Gala wrote: > +++ b/arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi > @@ -0,0 +1,8 @@ > +&serial0 { > +       cell-index = <0>; > +       device_type = "serial"; > +       compatible = "ns16550"; > +       reg = <0x4500

[RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC

2011-10-20 Thread Kumar Gala
Introduce some common components that we can utilize to build up the various PQ3/85xx device trees. Signed-off-by: Kumar Gala --- arch/powerpc/boot/dts/fsl/pq3-dma-0.dtsi| 32 +++ arch/powerpc/boot/dts/fsl/pq3-duart-0.dtsi |8 ++ arch/powerpc/boot/dts/fsl/p