ARM: dts: rockchip: add cpu0-regulator on rk3066a-marsboard
authorHeiko Stuebner <heiko@sntech.de>
Sat, 2 Dec 2017 16:36:45 +0000 (17:36 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 2 Dec 2017 16:36:45 +0000 (17:36 +0100)
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>
arch/arm/boot/dts/rk3066a-marsboard.dts

index c6d92c2..d23ee6d 100644 (file)
        };
 };
 
+&cpu0 {
+       cpu0-supply = <&vdd_arm>;
+};
+
 &i2c1 {
        status = "okay";
        clock-frequency = <400000>;