Skip to content

Commit 76ef98f

Browse files
dolcinigregkh
authored andcommitted
arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay
commit 6c5789c upstream. 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: a39ed23 ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 55aebcb commit 76ef98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
regulator-max-microvolt = <3300000>;
135135
regulator-min-microvolt = <3300000>;
136136
regulator-name = "+V3.3_SD";
137-
startup-delay-us = <2000>;
137+
startup-delay-us = <20000>;
138138
};
139139

140140
reserved-memory {

0 commit comments

Comments
 (0)