Skip to content

Commit 712a9bf

Browse files
dolciniSasha Levin
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: [email protected] Signed-off-by: Francesco Dolcini <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f69d7d9 commit 712a9bf

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
@@ -133,7 +133,7 @@
133133
regulator-max-microvolt = <3300000>;
134134
regulator-min-microvolt = <3300000>;
135135
regulator-name = "+V3.3_SD";
136-
startup-delay-us = <2000>;
136+
startup-delay-us = <20000>;
137137
};
138138

139139
reserved-memory {

0 commit comments

Comments
 (0)