diff mbox

[v2,2/3] ARM: dts: rockchip: add cpu power supply for rv1108 evb

Message ID 1503407610-14001-1-git-send-email-andy.yan@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andy Yan Aug. 22, 2017, 1:13 p.m. UTC
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>
---

Changes in v2: None

 arch/arm/boot/dts/rv1108-evb.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Heiko Stübner Aug. 22, 2017, 11:34 p.m. UTC | #1
Am Dienstag, 22. August 2017, 21:13:30 CEST schrieb Andy Yan:
> 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>

applied for 4.14.


Thanks
Heiko
diff mbox

Patch

diff --git a/arch/arm/boot/dts/rv1108-evb.dts b/arch/arm/boot/dts/rv1108-evb.dts
index 32fb09a..e517aa3 100644
--- a/arch/arm/boot/dts/rv1108-evb.dts
+++ b/arch/arm/boot/dts/rv1108-evb.dts
@@ -104,6 +104,10 @@ 
 	};
 };
 
+&cpu0 {
+	cpu-supply = <&vdd_core>;
+};
+
 &i2c0 {
 	status = "okay";
 	i2c-scl-rising-time-ns = <275>;