]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: housekeeping off i2c0 on rk3288-evb boards
authorHeiko Stuebner <heiko@sntech.de>
Thu, 29 Jan 2015 21:35:47 +0000 (22:35 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 29 Jan 2015 22:21:15 +0000 (23:21 +0100)
Use the same transfer speed on both the rk808 and act8846 variants and
remove the status=okay from the rk808 one which is already set in the
shared rk3288-evb.dtsi .

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb-act8846.dts
arch/arm/boot/dts/rk3288-evb-rk808.dts

index 9db02bbe4156bbf7953fcaad3c76173f54c07f99..d7b8bbc0c25fa00c8ccf59ee0b1ad03485136622 100644 (file)
@@ -22,6 +22,8 @@
 };
 
 &i2c0 {
+       clock-frequency = <400000>;
+
        vdd_cpu: syr827@40 {
                compatible = "silergy,syr827";
                fcs,suspend-voltage-selector = <1>;
index d453ddd4b476bb1bc09127ab17ca2acba4fc1eb6..3f7aa9e2e76ade8f5b13d1bc2587ebe5e85d1edc 100644 (file)
@@ -23,7 +23,6 @@
 
 &i2c0 {
        clock-frequency = <400000>;
-       status = "okay";
 
        rk808: pmic@1b {
                compatible = "rockchip,rk808";