David,

thanks - removed "device_type" from the DMA controller.

Which nodes actually require "device_type" and which don't ?

Is there some general rule ?


regards,
Andre

David Gibson schrieb:
> On Fri, Jul 04, 2008 at 06:35:39PM +0200, Andre Schwarz wrote:
>   
>> The mvBlueCOUGAR-P is a MPC5200B based camera system with Intel Gigabit 
>> ethernet
>> controller (using e1000). It's just another MPC5200_simple board.
>>
>> Signed-off-by: Andre Schwarz <[EMAIL PROTECTED]>
>>     
> [snip]
>   
>> --- /dev/null
>> +++ b/arch/powerpc/boot/dts/mvbc-p.dts
>> @@ -0,0 +1,206 @@
>>     
>
> [snip]
>   
>> +            [EMAIL PROTECTED] {
>> +                    device_type = "dma-controller";
>>     
>
> No device_type here.
>
>   
>> +                    compatible = "fsl,mpc5200-bestcomm";
>> +                    reg = <0x1200 0x80>;
>> +                    interrupts = <3 0 0  3 1 0  3 2 0  3 3 0
>> +                            3 4 0  3 5 0  3 6 0  3 7 0
>> +                            3 8 0  3 9 0  3 10 0  3 11 0
>> +                            3 12 0  3 13 0  3 14 0  3 15 0>;
>> +                    interrupt-parent = <&mpc5200_pic>;
>> +            };
>> +
>> +            [EMAIL PROTECTED] {
>> +                    compatible = "fsl,mpc5200-xlb";
>> +                    reg = <0x1f00 0x100>;
>> +            };
>> +
>> +            serial0: [EMAIL PROTECTED] {            // PSC1
>> +                    device_type = "serial";
>> +                    compatible = "fsl,mpc5200-psc-uart";
>> +                    port-number = <0>;
>> +                    reg = <0x2000 0x100>;
>> +                    interrupts = <2 1 0>;
>> +                    interrupt-parent = <&mpc5200_pic>;
>> +            };
>> +
>> +            [EMAIL PROTECTED] {
>> +                    #address-cells = <1>;
>> +                    #size-cells = <0>;
>> +                    compatible = "fsl,mpc5200-i2c","fsl-i2c";
>> +                    reg = <0x3d00 0x40>;
>> +                    interrupts = <2 15 0>;
>> +                    interrupt-parent = <&mpc5200_pic>;
>> +                    fsl5200-clocking;
>> +            };
>> +
>> +            [EMAIL PROTECTED] {
>> +                    #address-cells = <1>;
>> +                    #size-cells = <0>;
>> +                    compatible = "fsl,mpc5200-i2c","fsl-i2c";
>> +                    reg = <0x3d40 0x40>;
>> +                    interrupts = <2 16 0>;
>> +                    interrupt-parent = <&mpc5200_pic>;
>> +                    fsl5200-clocking;
>> +            };
>> +            [EMAIL PROTECTED] {
>> +                    compatible = "fsl,mpc5200-sram","sram";
>> +                    reg = <0x8000 0x4000>;
>> +            };
>> +    };
>>     
>
>   


MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler  - Registergericht: 
Amtsgericht Stuttgart, HRB 271090
Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to