Commit 2e1b0dad authored by Finley Xiao's avatar Finley Xiao Committed by Heiko Stuebner

ARM: dts: rockchip: add cpu-supply property for cpu node of rk3229-evb

This patch adds the cpu-supply property so that cpu can do dvfs
on rk3229-evb board.
Signed-off-by: default avatarFinley Xiao <finley.xiao@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 76f7887e
......@@ -141,6 +141,22 @@ vdd_log: vdd-log-regulator {
};
};
&cpu0 {
cpu-supply = <&vdd_arm>;
};
&cpu1 {
cpu-supply = <&vdd_arm>;
};
&cpu2 {
cpu-supply = <&vdd_arm>;
};
&cpu3 {
cpu-supply = <&vdd_arm>;
};
&gmac {
assigned-clocks = <&cru SCLK_MAC_EXTCLK>, <&cru SCLK_MAC>;
assigned-clock-parents = <&ext_gmac>, <&cru SCLK_MAC_EXTCLK>;
......
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