Commit be2d026f authored by Andy Yan's avatar Andy Yan Committed by Heiko Stuebner

ARM: dts: rockchip: add cpu power supply for rv1108 evb

The cpu is powered by regulator vdd_core on RV1108 evalution
board. Add it to the cpu dt node.
Signed-off-by: default avatarAndy Yan <andy.yan@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 38baa5a9
......@@ -103,6 +103,10 @@ vcc_sys: vsys-regulator {
};
};
&cpu0 {
cpu-supply = <&vdd_core>;
};
&i2c0 {
status = "okay";
i2c-scl-rising-time-ns = <275>;
......
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