> The dtb file from the kernel 2.6.23 looks as follows: > i2c@3d40 { > > #address-cells = <1>; > #size-cells = <0>; > compatible = "fsl,mpc5200-i2c","fsl-i2c"; > reg = <0x3d40 0x40>; > interrupts = <2 16 0>; > fsl5200-clocking; > };
sry, but this was a mistake. This is the correct section from the kernel 2.6.23: i2c@3d40 { device_type = "i2c"; compatible = "mpc5200-i2c\0fsl-i2c"; cell-index= <1>; reg = <3d40 40>; interrupts = <2 10 0>; interrupt-parent = <&mpc5200_pic>; fsl5200-clocking; }; _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev