summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a7796-salvator-x-u-boot.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-05 20:06:58 -0400
committerTom Rini <trini@konsulko.com>2019-10-05 20:06:58 -0400
commitdac51e9aaf6fd38298007b266feb6a80e9ec91ee (patch)
tree6cdc8c28464fbb76db7abe162dd886a14543086b /arch/arm/dts/r8a7796-salvator-x-u-boot.dts
parent62861c70d3128680823fa091dcc2f6fee3bca30c (diff)
parent49d5fba81c85c65f8b64f79ceece48b590e8316d (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
Diffstat (limited to 'arch/arm/dts/r8a7796-salvator-x-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a7796-salvator-x-u-boot.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7796-salvator-x-u-boot.dts b/arch/arm/dts/r8a7796-salvator-x-u-boot.dts
index 2610f8baa8..2a7b149894 100644
--- a/arch/arm/dts/r8a7796-salvator-x-u-boot.dts
+++ b/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>;
+};