]> Git Repo - J-linux.git/commitdiff
arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay
authorFrancesco Dolcini <[email protected]>
Thu, 24 Oct 2024 13:06:51 +0000 (15:06 +0200)
committerShawn Guo <[email protected]>
Mon, 4 Nov 2024 08:46:33 +0000 (16:46 +0800)
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: [email protected]
Signed-off-by: Francesco Dolcini <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index 13e134158eefe2e17aef7f3e4210a8145cb72581..e3869efe4fd0c06c4ff9867427cef86b5032df54 100644 (file)
                regulator-max-microvolt = <3300000>;
                regulator-min-microvolt = <3300000>;
                regulator-name = "+V3.3_SD";
-               startup-delay-us = <2000>;
+               startup-delay-us = <20000>;
        };
 
        reserved-memory {
This page took 0.06034 seconds and 4 git commands to generate.