Commit de86dbc0 authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Nishanth Menon
Browse files

arm64: dts: ti: am62p-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: 87f95ea3 ("arm64: dts: ti: Add Toradex Verdin AM62P")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20251209084126.33282-1-francesco@dolcini.it


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent b548f394
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ reg_sd1_vmmc: regulator-sdhci1-vmmc {
		regulator-max-microvolt = <3300000>;
		regulator-min-microvolt = <3300000>;
		regulator-name = "+V3.3_SD";
		startup-delay-us = <2000>;
		startup-delay-us = <20000>;
	};

	reg_sd1_vqmmc: regulator-sdhci1-vqmmc {