summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2022-06-15 17:00:46 +0200
committerumpf <entwicklung@pengutronix.de>2022-07-31 14:03:01 -0700
commit9c3be84952b50aaaf88d71ddf123d0a2f33f07b6 (patch)
treecff8edbb1fb4308cbc7bf89c7d7305fe66347e0f
parentff80b273eb22de5fe6493e8fc4e74440653a5624 (diff)
downloadlinux-9c3be84952b50aaaf88d71ddf123d0a2f33f07b6.tar.gz
linux-9c3be84952b50aaaf88d71ddf123d0a2f33f07b6.tar.xz
arm64: dts: imx8mm-evk: increase delay for SD VCC regulator
The commit is based on u-boot commit 247bbeb74c ("ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator"). Add a delay of 20ms to ensure that the board capacitances are discharged and to ensure that the SD card power-cycle specification is guaranteed. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
index c42b966f7a64..f10b2a3c632e 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
@@ -56,6 +56,7 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
+ off-on-delay-us = <20000>;
enable-active-high;
};