mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 23:01:28 +02:00
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")
This commit is contained in:
parent
dfd590075c
commit
49d5fba81c
@ -30,3 +30,7 @@
|
||||
mmc-hs400-1_8v;
|
||||
max-frequency = <200000000>;
|
||||
};
|
||||
|
||||
&vcc_sdhi0 {
|
||||
u-boot,off-on-delay-us = <20000>;
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
|
@ -30,3 +30,7 @@
|
||||
mmc-hs400-1_8v;
|
||||
max-frequency = <200000000>;
|
||||
};
|
||||
|
||||
&vcc_sdhi0 {
|
||||
u-boot,off-on-delay-us = <20000>;
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
|
@ -32,3 +32,7 @@
|
||||
max-frequency = <200000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vcc_sdhi0 {
|
||||
u-boot,off-on-delay-us = <20000>;
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
|
@ -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>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user