tqm5200s i2c bus timeout
Johannes Braun
jjo.braun at gmail.com
Fri Jan 4 00:25:19 EST 2013
> The dtb file from the kernel 2.6.23 looks as follows:
> i2c at 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 at 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;
};
More information about the Linuxppc-dev
mailing list