From 49d5fba81c85c65f8b64f79ceece48b590e8316d Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 18 Mar 2019 03:20:31 +0100 Subject: ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator This patch restores commit c49d0ac38a76 ("ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulator"), which was accidentally dropped during DT resync in commit 317d13ac6307 ("ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0"). Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Fixes: 317d13ac6307 ("ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0") --- arch/arm/dts/r8a7796-salvator-x-u-boot.dts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm/dts/r8a7796-salvator-x-u-boot.dts') diff --git a/arch/arm/dts/r8a7796-salvator-x-u-boot.dts b/arch/arm/dts/r8a7796-salvator-x-u-boot.dts index 2610f8baa8..2a7b149894 100644 --- a/arch/arm/dts/r8a7796-salvator-x-u-boot.dts +++ b/arch/arm/dts/r8a7796-salvator-x-u-boot.dts @@ -26,3 +26,11 @@ sd-uhs-sdr104; max-frequency = <208000000>; }; + +&vcc_sdhi0 { + u-boot,off-on-delay-us = <20000>; +}; + +&vcc_sdhi3 { + u-boot,off-on-delay-us = <20000>; +}; -- cgit