rk3288: fix i2c1 and i2c2 clk gating error
authorwdc <wdc@rock-chips.com>
Wed, 5 Nov 2014 01:26:08 +0000 (09:26 +0800)
committerwdc <wdc@rock-chips.com>
Wed, 5 Nov 2014 01:27:46 +0000 (09:27 +0800)
arch/arm/boot/dts/rk3288.dtsi

index e9df8df855e97cc2687a7e5b6a6fe35382a1ef29..2c3ed665c3d629719320fadd66d522b4fb68d4a6 100755 (executable)
                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";
        };
                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";
        };