1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

Merge branch 'master' of git://git.denx.de/u-boot-sh

- ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
This commit is contained in:
Tom Rini
2019-10-05 20:06:58 -04:00
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>;
};