Commit 49d5fba81c85c65f8b64f79ceece48b590e8316d

Authored by Marek Vasut
Committed by Marek Vasut
1 parent dfd590075c

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")

Showing 7 changed files with 44 additions and 0 deletions Side-by-side Diff

arch/arm/dts/r8a7795-h3ulcb-u-boot.dts
... ... @@ -30,4 +30,8 @@
30 30 mmc-hs400-1_8v;
31 31 max-frequency = <200000000>;
32 32 };
  33 +
  34 +&vcc_sdhi0 {
  35 + u-boot,off-on-delay-us = <20000>;
  36 +};
arch/arm/dts/r8a7795-salvator-x-u-boot.dts
... ... @@ -26,4 +26,12 @@
26 26 sd-uhs-sdr104;
27 27 max-frequency = <208000000>;
28 28 };
  29 +
  30 +&vcc_sdhi0 {
  31 + u-boot,off-on-delay-us = <20000>;
  32 +};
  33 +
  34 +&vcc_sdhi3 {
  35 + u-boot,off-on-delay-us = <20000>;
  36 +};
arch/arm/dts/r8a7796-m3ulcb-u-boot.dts
... ... @@ -30,4 +30,8 @@
30 30 mmc-hs400-1_8v;
31 31 max-frequency = <200000000>;
32 32 };
  33 +
  34 +&vcc_sdhi0 {
  35 + u-boot,off-on-delay-us = <20000>;
  36 +};
arch/arm/dts/r8a7796-salvator-x-u-boot.dts
... ... @@ -26,4 +26,12 @@
26 26 sd-uhs-sdr104;
27 27 max-frequency = <208000000>;
28 28 };
  29 +
  30 +&vcc_sdhi0 {
  31 + u-boot,off-on-delay-us = <20000>;
  32 +};
  33 +
  34 +&vcc_sdhi3 {
  35 + u-boot,off-on-delay-us = <20000>;
  36 +};
arch/arm/dts/r8a77965-m3nulcb-u-boot.dts
... ... @@ -32,4 +32,8 @@
32 32 max-frequency = <200000000>;
33 33 status = "okay";
34 34 };
  35 +
  36 +&vcc_sdhi0 {
  37 + u-boot,off-on-delay-us = <20000>;
  38 +};
arch/arm/dts/r8a77965-salvator-x-u-boot.dts
... ... @@ -29,4 +29,12 @@
29 29 max-frequency = <208000000>;
30 30 status = "okay";
31 31 };
  32 +
  33 +&vcc_sdhi0 {
  34 + u-boot,off-on-delay-us = <20000>;
  35 +};
  36 +
  37 +&vcc_sdhi3 {
  38 + u-boot,off-on-delay-us = <20000>;
  39 +};
arch/arm/dts/r8a77990-ebisu-u-boot.dts
... ... @@ -29,4 +29,12 @@
29 29 sd-uhs-sdr25;
30 30 max-frequency = <208000000>;
31 31 };
  32 +
  33 +&vcc_sdhi0 {
  34 + u-boot,off-on-delay-us = <20000>;
  35 +};
  36 +
  37 +&vcc_sdhi1 {
  38 + u-boot,off-on-delay-us = <20000>;
  39 +};