Skip to content

Commit de86dbc

Browse files
dolcininmenon
authored andcommitted
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: 87f95ea ("arm64: dts: ti: Add Toradex Verdin AM62P") Cc: stable@vger.kernel.org Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://patch.msgid.link/20251209084126.33282-1-francesco@dolcini.it Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent b548f39 commit de86dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/ti/k3-am62p-verdin.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
regulator-max-microvolt = <3300000>;
113113
regulator-min-microvolt = <3300000>;
114114
regulator-name = "+V3.3_SD";
115-
startup-delay-us = <2000>;
115+
startup-delay-us = <20000>;
116116
};
117117

118118
reg_sd1_vqmmc: regulator-sdhci1-vqmmc {

0 commit comments

Comments
 (0)