arm64: dts: imx8mp-phycore-som: LDO5 needs to be enabled instead of LDO4
authorTeresa Remmet <t.remmet@phytec.de>
Fri, 18 Feb 2022 12:04:57 +0000 (13:04 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 21 Feb 2022 06:10:04 +0000 (14:10 +0800)
LDO4 is not connected so disable it. And LDO5 is used for VSEL of
the NVCC_SD2 SD-Card bus. Having it disabled seems not to have an
impact on the functionality. We enable it, as it is used.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi

index 4855bfc..c471ab2 100644 (file)
                                regulator-compatible = "LDO4";
                                regulator-min-microvolt = <800000>;
                                regulator-max-microvolt = <3300000>;
-                               regulator-boot-on;
-                               regulator-always-on;
                        };
 
                        ldo5: LDO5 {
                                regulator-compatible = "LDO5";
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <3300000>;
+                               regulator-boot-on;
+                               regulator-always-on;
                        };
                };
        };