Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -141,6 +141,22 @@
	};
};

&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>;