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

Kumar Gala galak at kernel.crashing.org
Fri Oct 21 07:44:11 EST 2011


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 <galak at kernel.crashing.org> 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 0x100>;
>> +       clock-frequency = <0>;
>> +       interrupts = <42 2 0 0>;
>> +};
> 
> 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


More information about the Linuxppc-dev mailing list