summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2025-06-23 15:25:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-24 08:51:48 +0200
commitae689b7485c85bc7b6f1cf6cb874654f81aa91b6 (patch)
treea64bf095d960d5be6dcb9ab182324cf49c45efd4 /arch
parent82a19722e94202cde93ca6435098cfe0e4fd21f8 (diff)
downloadlinux-ae689b7485c85bc7b6f1cf6cb874654f81aa91b6.tar.gz
linux-ae689b7485c85bc7b6f1cf6cb874654f81aa91b6.tar.bz2
linux-ae689b7485c85bc7b6f1cf6cb874654f81aa91b6.zip
arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on
commit fbe94be09fa81343d623a86ec64a742759b669b3 upstream. LDO5 regulator is used to power the i.MX8MM NVCC_SD2 I/O supply, that is used for the SD2 card interface and also for some GPIOs. When the SD card interface is not enabled the regulator subsystem could turn off this supply, since it is not used anywhere else, however this will also remove the power to some other GPIOs, for example one I/O that is used to power the ethernet phy, leading to a non working ethernet interface. [ 31.820515] On-module +V3.3_1.8_SD (LDO5): disabling [ 31.821761] PMIC_USDHC_VSELECT: disabling [ 32.764949] fec 30be0000.ethernet end0: Link is Down Fix this keeping the LDO5 supply always on. Cc: stable@vger.kernel.org Fixes: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini") Fixes: f5aab0438ef1 ("regulator: pca9450: Fix enable register for LDO5") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
index b4bb1746b1f5..13301a479506 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
@@ -466,6 +466,7 @@
};
reg_nvcc_sd: LDO5 {
+ regulator-always-on;
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <1800000>;
regulator-name = "On-module +V3.3_1.8_SD (LDO5)";