mbox series

[v1,0/2] arm64: dts: freescale: imx8m[mp]-verdin: Fix SD regulator startup delay

Message ID 20241024130651.49718-1-francesco@dolcini.it (mailing list archive)
Headers show
Series arm64: dts: freescale: imx8m[mp]-verdin: Fix SD regulator startup delay | expand

Message

Francesco Dolcini Oct. 24, 2024, 1:06 p.m. UTC
From: Francesco Dolcini <francesco.dolcini@toradex.com>

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.

Francesco Dolcini (2):
  arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay
  arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay

 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 2 +-
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Shawn Guo Nov. 2, 2024, 3:03 a.m. UTC | #1
On Thu, Oct 24, 2024 at 03:06:49PM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> 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.
> 
> Francesco Dolcini (2):
>   arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay
>   arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay

Applied both, thanks!