From: Fabio Estevam Date: Mon, 22 Feb 2021 17:40:47 +0000 (-0300) Subject: ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us property X-Git-Tag: v2021.10~281^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d42ea5535348c1e65abedfdf1241471f66d002b;p=platform%2Fkernel%2Fu-boot.git ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us property Commit 247bbeb74c18 ("ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator") caused the imx8mq-evk board to not be able to store the environment variables in the SD card. Remove the u-boot,off-on-delay-us property to fix the regression. Signed-off-by: Fabio Estevam Reviewed-by: Andrey Zhizhikin --- diff --git a/arch/arm/dts/imx8mq-evk-u-boot.dtsi b/arch/arm/dts/imx8mq-evk-u-boot.dtsi index 44af663..2cfc12b 100644 --- a/arch/arm/dts/imx8mq-evk-u-boot.dtsi +++ b/arch/arm/dts/imx8mq-evk-u-boot.dtsi @@ -1,9 +1,5 @@ // SPDX-License-Identifier: (GPL-2.0 OR MIT) -®_usdhc2_vmmc { - u-boot,off-on-delay-us = <20000>; -}; - &usdhc1 { mmc-hs400-1_8v; };