Re: [RFC][PATCH 1/2] powerpc/85xx: create dts components to build up an SoC
From: Kumar Gala <hidden>
Date: 2011-10-20 20:44:11
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 =
[off-list ref] wrote:
=20quoted
+++ 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=