Skip to content

Commit

Permalink
ARM: dts: rockchip: add cpu0-regulator on rk3066a-marsboard
Browse files Browse the repository at this point in the history
The rk3066 also has operating points now, but without adjusting
the cpu-regulator will break once higher voltages are needed for
a specific frequency, so add the needed cpu0-regulator.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
mmind committed Dec 2, 2017
1 parent 4fbd8d1 commit 741f5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3066a-marsboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
};
};

&cpu0 {
cpu0-supply = <&vdd_arm>;
};

&i2c1 {
status = "okay";
clock-frequency = <400000>;
Expand Down

0 comments on commit 741f5af

Please sign in to comment.