ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator

This patch restores commit c49d0ac38a ("ARM: dts: rmobile: Increase off-on
delay on the SD Vcc regulator"), which was accidentally dropped during DT
resync in commit 317d13ac63 ("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: 317d13ac63 ("ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0")
This commit is contained in:
Marek Vasut 2019-03-18 03:20:31 +01:00 committed by Marek Vasut
parent dfd590075c
commit 49d5fba81c
7 changed files with 44 additions and 0 deletions

View File

@ -30,3 +30,7 @@
mmc-hs400-1_8v;
max-frequency = <200000000>;
};
&vcc_sdhi0 {
u-boot,off-on-delay-us = <20000>;
};

View File

@ -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>;
};

View File

@ -30,3 +30,7 @@
mmc-hs400-1_8v;
max-frequency = <200000000>;
};
&vcc_sdhi0 {
u-boot,off-on-delay-us = <20000>;
};

View File

@ -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>;
};

View File

@ -32,3 +32,7 @@
max-frequency = <200000000>;
status = "okay";
};
&vcc_sdhi0 {
u-boot,off-on-delay-us = <20000>;
};

View File

@ -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>;
};

View File

@ -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>;
};