summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2018-02-06 12:49:05 +0800
committerChen-Yu Tsai <wens@csie.org>2018-04-24 10:07:04 +0800
commited582faff276afd43255544d2d133144113a3940 (patch)
treefd62dd61a842976ae761f97181ec75fba5658c32 /arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts
parente6e7b7c2c81e05c8774193da06348119583d4292 (diff)
ARM: dts: sun8i: h3: set the cpu-supply to VDD-CPUX on ALL-H3-CC H3 ver
The ALL-H3-CC has a fixed VDD-CPUX voltage at 1.2V, which is supplied by a regulator. Set the CPU's cpu-supply property to the VDD-CPUX regulator. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> [wens@csie.org: Fix device node ordering] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts b/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts
index 1aa219c8fb44..5971b8b0b768 100644
--- a/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts
+++ b/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts
@@ -131,6 +131,10 @@
status = "okay";
};
+&cpu0 {
+ cpu-supply = <&reg_vdd_cpux>;
+};
+
&de {
status = "okay";
};