]> git.hungrycats.org Git - linux/commitdiff
arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 24 Oct 2024 13:06:50 +0000 (15:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:33:01 +0000 (10:33 +0100)
commit 0ca7699c376743b633b6419a42888dba386d5351 upstream.

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: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini")
Cc: stable@vger.kernel.org
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi

index 14d20a33af8e15b9bb4b1ea22d7455a144c66841..6c48fa4b0d0c4f3347c55731ffca502c9df58ff7 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 {