ARM: dts: lpc32xx: phy3250: fix SD card regulator voltage
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 29 Jan 2019 19:20:41 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:50:18 +0000 (14:50 +0100)
[ Upstream commit dc141b99fc36cf910a1d8d5ee30f43f2442fd1bd ]

The fixed voltage regulator on Phytec phyCORE-LPC3250 board, which
supplies SD/MMC card's power, has a constant output voltage level
of either 3.15V or 3.3V, the actual value depends on JP4 position,
the power rail is referenced as VCC_SDIO in the board hardware manual.

Fixes: d06670e96267 ("arm: dts: phy3250: add SD fixed regulator")
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/lpc3250-phy3250.dts

index 1e1c2f5..ffcf786 100644 (file)
@@ -49,8 +49,8 @@
                sd_reg: regulator@2 {
                        compatible = "regulator-fixed";
                        regulator-name = "sd_reg";
-                       regulator-min-microvolt = <1800000>;
-                       regulator-max-microvolt = <1800000>;
+                       regulator-min-microvolt = <3300000>;
+                       regulator-max-microvolt = <3300000>;
                        gpio = <&gpio 5 5 0>;
                        enable-active-high;
                };