Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 87f95ea316ac ("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>

authored by

Francesco Dolcini and committed by
Nishanth Menon
de86dbc0 b548f394

+1 -1
+1 -1
arch/arm64/boot/dts/ti/k3-am62p-verdin.dtsi
··· 112 112 regulator-max-microvolt = <3300000>; 113 113 regulator-min-microvolt = <3300000>; 114 114 regulator-name = "+V3.3_SD"; 115 - startup-delay-us = <2000>; 115 + startup-delay-us = <20000>; 116 116 }; 117 117 118 118 reg_sd1_vqmmc: regulator-sdhci1-vqmmc {