aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLiang Chen <cl@rock-chips.com>2017-08-24 10:37:03 +0800
committerHeiko Stuebner <heiko@sntech.de>2017-09-17 01:55:56 +0200
commitfae7ee435d40204b315f27f678f9607a16fcc362 (patch)
treeed792059aa67d8aa8cd9a5d3828f7fbeff611f95
parentarm64: dts: rockchip: add mmc nodes for rk3328 evaluation board (diff)
downloadwireguard-linux-fae7ee435d40204b315f27f678f9607a16fcc362.tar.xz
wireguard-linux-fae7ee435d40204b315f27f678f9607a16fcc362.zip
arm64: dts: rockchip: add cpu regulator for rk3328 evaluation board
RK3328 Evaluation Board use rk805 pmic, and one of the DCDCs in rk805 is for cpu regulator, assign the cpu regulator, so the cpufreq can work fine. Signed-off-by: Liang Chen <cl@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3328-evb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index 05beda3d6460..3d551e3e6c23 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -103,6 +103,10 @@
};
};
+&cpu0 {
+ cpu-supply = <&vdd_arm>;
+};
+
&emmc {
bus-width = <8>;
cap-mmc-highspeed;