From: Teresa Remmet Date: Wed, 19 Jul 2023 07:13:10 +0000 (+0200) Subject: arm64: dts: imx8mp-phycore-som: Remove LDO2 and LDO4 pmic nodes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a5a0343326191ad6a2c827b73cd4f666acc0e21;p=linux.git arm64: dts: imx8mp-phycore-som: Remove LDO2 and LDO4 pmic nodes We do not touch LDO2 and LDO4 in linux as they are bypassed. So remove them completely from device tree. Signed-off-by: Teresa Remmet Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi index 7a187098a9ed8..7f833471837cf 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi @@ -142,13 +142,6 @@ regulator-min-microvolt = <1600000>; }; - ldo2: LDO2 { - regulator-always-on; - regulator-boot-on; - regulator-max-microvolt = <1150000>; - regulator-min-microvolt = <800000>; - }; - ldo3: LDO3 { regulator-always-on; regulator-boot-on; @@ -156,11 +149,6 @@ regulator-min-microvolt = <800000>; }; - ldo4: LDO4 { - regulator-max-microvolt = <3300000>; - regulator-min-microvolt = <800000>; - }; - ldo5: LDO5 { regulator-always-on; regulator-boot-on;