ARM: dts: sun8i: h3: set the cpu-supply to VDD-CPUX on ALL-H3-CC H3 ver
authorIcenowy Zheng <icenowy@aosc.io>
Tue, 6 Feb 2018 04:49:05 +0000 (12:49 +0800)
committerChen-Yu Tsai <wens@csie.org>
Tue, 24 Apr 2018 02:07:04 +0000 (10:07 +0800)
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>
arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts

index 1aa219c..5971b8b 100644 (file)
        status = "okay";
 };
 
+&cpu0 {
+       cpu-supply = <&reg_vdd_cpux>;
+};
+
 &de {
        status = "okay";
 };