From 1ddedca60046ed5e071caf81996245a7dee3bc84 Mon Sep 17 00:00:00 2001 From: wdc Date: Wed, 5 Nov 2014 09:26:08 +0800 Subject: [PATCH] rk3288: fix i2c1 and i2c2 clk gating error --- arch/arm/boot/dts/rk3288.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index e9df8df855e9..2c3ed665c3d6 100755 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -629,7 +629,7 @@ pinctrl-0 = <&i2c1_sda &i2c1_scl>; pinctrl-1 = <&i2c1_gpio>; gpios = <&gpio8 GPIO_A4 GPIO_ACTIVE_LOW>, <&gpio8 GPIO_A5 GPIO_ACTIVE_LOW>; - clocks = <&clk_gates10 3>; + clocks = <&clk_gates6 13>; rockchip,check-idle = <1>; status = "disabled"; }; @@ -644,7 +644,7 @@ pinctrl-0 = <&i2c2_sda &i2c2_scl>; pinctrl-1 = <&i2c2_gpio>; gpios = <&gpio6 GPIO_B1 GPIO_ACTIVE_LOW>, <&gpio6 GPIO_B2 GPIO_ACTIVE_LOW>; - clocks = <&clk_gates6 13>; + clocks = <&clk_gates10 3>; rockchip,check-idle = <1>; status = "disabled"; }; -- 2.34.1