ARM: dts: imx6: i2c4 cleanup
authorIain Paton <ipaton0@gmail.com>
Fri, 9 May 2014 15:01:56 +0000 (16:01 +0100)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:12 +0000 (23:02 +0800)
add missing i2c4 clock and correct the compatible string to match other
imx6 i2c blocks

Signed-off-by: Iain Paton<ipaton0@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6dl.dtsi

index 5c5f574..0a9c49d 100644 (file)
                        i2c4: i2c@021f8000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               compatible = "fsl,imx1-i2c";
+                               compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
                                reg = <0x021f8000 0x4000>;
                                interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clks 116>;
                                status = "disabled";
                        };
                };