]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 18 Mar 2019 02:20:31 +0000 (03:20 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 30 Sep 2019 00:07:02 +0000 (02:07 +0200)
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
arch/arm/dts/r8a7795-salvator-x-u-boot.dts
arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
arch/arm/dts/r8a7796-salvator-x-u-boot.dts
arch/arm/dts/r8a77965-m3nulcb-u-boot.dts
arch/arm/dts/r8a77965-salvator-x-u-boot.dts
arch/arm/dts/r8a77990-ebisu-u-boot.dts

index dda339bd30848694202d4a52e5114af5cefe999e..ef1c57f6728f3c47812e297e63a60972be2c6b89 100644 (file)
@@ -30,3 +30,7 @@
        mmc-hs400-1_8v;
        max-frequency = <200000000>;
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 66b608a0f1a9ab84f450c6cb2e760806bf42a54f..e93afe37d0c69d7e4441e171be4c0580c4c11386 100644 (file)
        sd-uhs-sdr104;
        max-frequency = <208000000>;
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi3 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 1defe84f9812abdf2b2580a9230790d0a0b3078b..314eacc2bc0d65048dafc9c91de345115c9af5fa 100644 (file)
@@ -30,3 +30,7 @@
        mmc-hs400-1_8v;
        max-frequency = <200000000>;
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 2610f8baa84dd7a3ad8d398cbacfe5a0c401d55f..2a7b14989432f519bb39f404e86411cd5bf7ad30 100644 (file)
        sd-uhs-sdr104;
        max-frequency = <208000000>;
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi3 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 8ecfc7a3aa9c5d73f7de2dc5c128112c374b2128..cf104312693873f521947a93d64e098fa9fa01d7 100644 (file)
@@ -32,3 +32,7 @@
        max-frequency = <200000000>;
        status = "okay";
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 208ed56bd1194c05719af6071a1e8c4fa58524be..e4bd2d3e4f74071c9c6c66fec3f5161ac9239027 100644 (file)
        max-frequency = <208000000>;
        status = "okay";
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi3 {
+       u-boot,off-on-delay-us = <20000>;
+};
index 1ce22e5c0f773ee1f6b654e3c1ce3d59d4140cd4..0ea0cc9cb1cbce2c2cdda8a130e213716209f191 100644 (file)
        sd-uhs-sdr25;
        max-frequency = <208000000>;
 };
+
+&vcc_sdhi0 {
+       u-boot,off-on-delay-us = <20000>;
+};
+
+&vcc_sdhi1 {
+       u-boot,off-on-delay-us = <20000>;
+};