From: wdc Date: Wed, 5 Nov 2014 01:26:08 +0000 (+0800) Subject: rk3288: fix i2c1 and i2c2 clk gating error X-Git-Tag: firefly_0821_release~4503 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1ddedca60046ed5e071caf81996245a7dee3bc84;p=firefly-linux-kernel-4.4.55.git rk3288: fix i2c1 and i2c2 clk gating error --- 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"; };