ARM: dts: rockchip: add cpu power supply for rv1108 evb
authorAndy Yan <andy.yan@rock-chips.com>
Tue, 22 Aug 2017 13:13:30 +0000 (21:13 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 22 Aug 2017 23:31:26 +0000 (01:31 +0200)
The cpu is powered by regulator vdd_core on RV1108 evalution
board. Add it to the cpu dt node.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108-evb.dts

index 39197c3e9e0eba61de369e4b568d001579b3d3f6..d5adcc7a003853374a0b30358b5a3cc30d0d3848 100644 (file)
        };
 };
 
+&cpu0 {
+       cpu-supply = <&vdd_core>;
+};
+
 &i2c0 {
        status = "okay";
        i2c-scl-rising-time-ns = <275>;