]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6: i2c4 cleanup
authorIain Paton <ipaton0@gmail.com>
Fri, 9 May 2014 15:01:56 +0000 (16:01 +0100)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:27 +0000 (21:16 -0600)
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>
[shawn.guo: cherry-pick from community IMX tree]

arch/arm/boot/dts/imx6dl.dtsi

index 9c4942f2817aec69bad0d6117b58ab7e2d8e662d..cbcf4b576d3cdf189b92af5c1e5efdb024892f77 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";
                        };
                };