diff options
author | Liang Chen <[email protected]> | 2017-08-24 10:37:03 +0800 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2017-09-17 01:55:56 +0200 |
commit | fae7ee435d40204b315f27f678f9607a16fcc362 (patch) | |
tree | ed792059aa67d8aa8cd9a5d3828f7fbeff611f95 | |
parent | b9299452cb9ffb5c84dda0b2b784fd87278d1819 (diff) |
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 <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 4 |
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; |