Browse Source

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

- ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
Tom Rini 4 years ago
parent
commit
dac51e9aaf

+ 4 - 0
arch/arm/dts/r8a7795-h3ulcb-u-boot.dts

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

+ 8 - 0
arch/arm/dts/r8a7795-salvator-x-u-boot.dts

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

+ 4 - 0
arch/arm/dts/r8a7796-m3ulcb-u-boot.dts

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

+ 8 - 0
arch/arm/dts/r8a7796-salvator-x-u-boot.dts

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

+ 4 - 0
arch/arm/dts/r8a77965-m3nulcb-u-boot.dts

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

+ 8 - 0
arch/arm/dts/r8a77965-salvator-x-u-boot.dts

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

+ 8 - 0
arch/arm/dts/r8a77990-ebisu-u-boot.dts

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