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

index b20a710..1aa219c 100644 (file)
        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 = <&reg_vcc5v0>;