diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-02-06 07:49:04 +0300 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-04-24 05:07:04 +0300 |
commit | e6e7b7c2c81e05c8774193da06348119583d4292 (patch) | |
tree | c04592346c7f549ec276a2ed5acc5b8cdeec3c31 /arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts | |
parent | 1c72060511a46eee7166e4e3f6de689850bf5bcc (diff) | |
download | linux-e6e7b7c2c81e05c8774193da06348119583d4292.tar.xz |
ARM: dts: sun8i: h3: fix ALL-H3-CC H3 ver VDD-CPUX voltage
The VDD-CPUX voltage of ALL-H3-CC H3 ver should be 1.2V, not the 3.3V
currently defined in the device tree.
Fix the voltage in the device tree.
Fixes: 6ca358645d4d ("ARM: dts: sun8i: h3: Add dts file for Libre Computer Board ALL-H3-CC H3 ver.")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Cc: <stable@vger.kernel.org> # 4.16.x
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.dts | 4 |
1 files changed, 2 insertions, 2 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 b20a710da7bc..1aa219c8fb44 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 @@ -113,8 +113,8 @@ reg_vdd_cpux: vdd-cpux { compatible = "regulator-fixed"; regulator-name = "vdd-cpux"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <1200000>; regulator-always-on; regulator-boot-on; vin-supply = <®_vcc5v0>; |