Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay

The power switch used to power the SD card interface might have
more than 2ms turn-on time, increase the startup delay to 20ms to
prevent failures.

Fixes: a39ed23bdf6e ("arm64: dts: freescale: add initial support for verdin imx8m plus")
Cc: stable@vger.kernel.org
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Francesco Dolcini and committed by
Shawn Guo
6c5789c9 0ca7699c

+1 -1
+1 -1
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
··· 175 175 regulator-max-microvolt = <3300000>; 176 176 regulator-min-microvolt = <3300000>; 177 177 regulator-name = "+V3.3_SD"; 178 - startup-delay-us = <2000>; 178 + startup-delay-us = <20000>; 179 179 }; 180 180 181 181 reserved-memory {