ARM: dts: exynos: Fix MMC regulator on Arndale5250 board
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 20 Feb 2020 14:28:05 +0000 (15:28 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 23 Feb 2020 16:52:49 +0000 (17:52 +0100)
According to the schematic, both eMMC and SDMMC use dedicated fixed
regulators connected directly to the DC5V and MAIN_DC rails. Remove the
GPX1-1 line assigned to the MMC regulator, because such control
connection doesn't exist. Also change its name to VDD_MMC to avoid
conflict with LDO18 output of S5M8767 PMIC.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-arndale.dts

index f8ebc620f42d9b1eab08e84ebd49ae09a25bfd9e..bff24c61212b2bc94c8c85e6dfdc70e11fceed9f 100644 (file)
                mmc_reg: regulator@1 {
                        compatible = "regulator-fixed";
                        reg = <1>;
-                       regulator-name = "VDD_33ON_2.8V";
+                       regulator-name = "VDD_MMC";
                        regulator-min-microvolt = <2800000>;
                        regulator-max-microvolt = <2800000>;
-                       gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
-                       enable-active-high;
                };
 
                reg_hdmi_en: regulator@2 {