ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us property
authorFabio Estevam <festevam@gmail.com>
Mon, 22 Feb 2021 17:40:47 +0000 (14:40 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 1 Mar 2021 09:21:36 +0000 (10:21 +0100)
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 <festevam@gmail.com>
Reviewed-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
arch/arm/dts/imx8mq-evk-u-boot.dtsi

index 44af663..2cfc12b 100644 (file)
@@ -1,9 +1,5 @@
 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
 
-&reg_usdhc2_vmmc {
-       u-boot,off-on-delay-us = <20000>;
-};
-
 &usdhc1 {
        mmc-hs400-1_8v;
 };