summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-03-18 03:20:31 +0100
committerMarek Vasut <marex@denx.de>2019-09-30 02:07:02 +0200
commit49d5fba81c85c65f8b64f79ceece48b590e8316d (patch)
tree2c59ce4ff8c62679d5ae28a40ed4df5d7f3a1993 /arch/arm/dts/r8a77965-salvator-x-u-boot.dts
parentdfd590075ca263d6b3ed22465a94d33a8ee93e07 (diff)
downloadu-boot-49d5fba81c85c65f8b64f79ceece48b590e8316d.tar.gz
u-boot-49d5fba81c85c65f8b64f79ceece48b590e8316d.tar.xz
u-boot-49d5fba81c85c65f8b64f79ceece48b590e8316d.zip
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 <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Fixes: 317d13ac6307 ("ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0")
Diffstat (limited to 'arch/arm/dts/r8a77965-salvator-x-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a77965-salvator-x-u-boot.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts b/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
index 208ed56bd1..e4bd2d3e4f 100644
--- a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
+++ b/arch/arm/dts/r8a77965-salvator-x-u-boot.dts
@@ -29,3 +29,11 @@
max-frequency = <208000000>;
status = "okay";
};
+
+&vcc_sdhi0 {
+ u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi3 {
+ u-boot,off-on-delay-us = <20000>;
+};