Skip to content

Commit

Permalink
ARM: dts: rockchip: housekeeping off i2c0 on rk3288-evb boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner committed Jan 29, 2015
1 parent 5bbb50d commit 9fffa7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/rk3288-evb-act8846.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
};

&i2c0 {
clock-frequency = <400000>;

vdd_cpu: syr827@40 {
compatible = "silergy,syr827";
fcs,suspend-voltage-selector = <1>;
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/rk3288-evb-rk808.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

&i2c0 {
clock-frequency = <400000>;
status = "okay";

rk808: pmic@1b {
compatible = "rockchip,rk808";
Expand Down

0 comments on commit 9fffa7a

Please sign in to comment.