diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-02-06 05:49:05 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-04-24 04:07:04 +0200 |
commit | ed582faff276afd43255544d2d133144113a3940 (patch) | |
tree | fd62dd61a842976ae761f97181ec75fba5658c32 | |
parent | ARM: dts: sun8i: h3: fix ALL-H3-CC H3 ver VDD-CPUX voltage (diff) | |
download | linux-ed582faff276afd43255544d2d133144113a3940.tar.xz linux-ed582faff276afd43255544d2d133144113a3940.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts | 4 |
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 = <®_vdd_cpux>; +}; + &de { status = "okay"; }; |