diff mbox series

[U-Boot] ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator

Message ID 20190930000612.22889-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 49d5fba81c85c65f8b64f79ceece48b590e8316d
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator | expand

Commit Message

Marek Vasut Sept. 30, 2019, 12:06 a.m. UTC
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")
---
 arch/arm/dts/r8a7795-h3ulcb-u-boot.dts      | 4 ++++
 arch/arm/dts/r8a7795-salvator-x-u-boot.dts  | 8 ++++++++
 arch/arm/dts/r8a7796-m3ulcb-u-boot.dts      | 4 ++++
 arch/arm/dts/r8a7796-salvator-x-u-boot.dts  | 8 ++++++++
 arch/arm/dts/r8a77965-m3nulcb-u-boot.dts    | 4 ++++
 arch/arm/dts/r8a77965-salvator-x-u-boot.dts | 8 ++++++++
 arch/arm/dts/r8a77990-ebisu-u-boot.dts      | 8 ++++++++
 7 files changed, 44 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
index dda339bd30..ef1c57f672 100644
--- a/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
+++ b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
@@ -30,3 +30,7 @@ 
 	mmc-hs400-1_8v;
 	max-frequency = <200000000>;
 };
+
+&vcc_sdhi0 {
+	u-boot,off-on-delay-us = <20000>;
+};
diff --git a/arch/arm/dts/r8a7795-salvator-x-u-boot.dts b/arch/arm/dts/r8a7795-salvator-x-u-boot.dts
index 66b608a0f1..e93afe37d0 100644
--- a/arch/arm/dts/r8a7795-salvator-x-u-boot.dts
+++ b/arch/arm/dts/r8a7795-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>;
+};
diff --git a/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts b/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
index 1defe84f98..314eacc2bc 100644
--- a/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
+++ b/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
@@ -30,3 +30,7 @@ 
 	mmc-hs400-1_8v;
 	max-frequency = <200000000>;
 };
+
+&vcc_sdhi0 {
+	u-boot,off-on-delay-us = <20000>;
+};
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>;
+};
diff --git a/arch/arm/dts/r8a77965-m3nulcb-u-boot.dts b/arch/arm/dts/r8a77965-m3nulcb-u-boot.dts
index 8ecfc7a3aa..cf10431269 100644
--- a/arch/arm/dts/r8a77965-m3nulcb-u-boot.dts
+++ b/arch/arm/dts/r8a77965-m3nulcb-u-boot.dts
@@ -32,3 +32,7 @@ 
 	max-frequency = <200000000>;
 	status = "okay";
 };
+
+&vcc_sdhi0 {
+	u-boot,off-on-delay-us = <20000>;
+};
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>;
+};
diff --git a/arch/arm/dts/r8a77990-ebisu-u-boot.dts b/arch/arm/dts/r8a77990-ebisu-u-boot.dts
index 1ce22e5c0f..0ea0cc9cb1 100644
--- a/arch/arm/dts/r8a77990-ebisu-u-boot.dts
+++ b/arch/arm/dts/r8a77990-ebisu-u-boot.dts
@@ -29,3 +29,11 @@ 
 	sd-uhs-sdr25;
 	max-frequency = <208000000>;
 };
+
+&vcc_sdhi0 {
+	u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi1 {
+	u-boot,off-on-delay-us = <20000>;
+};