mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 10:31:30 +00:00
ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
This patch restores commitc49d0ac38a
("ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulator"), which was accidentally dropped during DT resync in commit317d13ac63
("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:
parent
dfd590075c
commit
49d5fba81c
7 changed files with 44 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue