Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b92d7763 authored by Iain Paton's avatar Iain Paton Committed by Shawn Guo
Browse files

ARM: dts: imx6: i2c4 cleanup



add missing i2c4 clock and correct the compatible string to match other
imx6 i2c blocks

Signed-off-by: default avatarIain <Paton&lt;ipaton0@gmail.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent e59d28e8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,9 +84,10 @@
			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";
			};
		};