diff options
Diffstat (limited to 'arch/arm/dts/r8a77965-salvator-x-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a77965-salvator-x-u-boot.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts b/arch/arm/dts/r8a77965-salvator-x-u-boot.dts index 208ed56bd1..e4bd2d3e4f 100644 --- a/arch/arm/dts/r8a77965-salvator-x-u-boot.dts +++ b/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>; +}; |