Commit fae7ee43 authored by Liang Chen's avatar Liang Chen Committed by Heiko Stuebner

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: default avatarLiang Chen <cl@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b9299452
......@@ -103,6 +103,10 @@ vcc_phy: vcc-phy-regulator {
};
};
&cpu0 {
cpu-supply = <&vdd_arm>;
};
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment