diff mbox

[v3,1/2] ARM: dts: imx6: i2c4 cleanup

Message ID 536CEDE4.40002@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Iain Paton May 9, 2014, 3:01 p.m. UTC
add missing i2c4 clock and correct the compatible string to match other
imx6 i2c blocks

Signed-off-by: Iain Paton<ipaton0@gmail.com>
---
 arch/arm/boot/dts/imx6dl.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Fabio Estevam May 9, 2014, 3:30 p.m. UTC | #1
On Fri, May 9, 2014 at 12:01 PM, Iain Paton <ipaton0@gmail.com> wrote:
> 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>
Shawn Guo May 10, 2014, 6:28 a.m. UTC | #2
On Fri, May 09, 2014 at 04:01:56PM +0100, Iain Paton wrote:
> add missing i2c4 clock and correct the compatible string to match other
> imx6 i2c blocks
> 
> Signed-off-by: Iain Paton<ipaton0@gmail.com>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 5c5f574..0a9c49d 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -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";
 			};
 		};