diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-26 23:19:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-26 23:19:11 -0400 |
commit | d32519ac8a4483803975b5aa4ef4f5affe1964bc (patch) | |
tree | c7ffa2fbcbccfd5f1121966d9046b6dfe2659d5b /arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | |
parent | 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636 (diff) | |
parent | c453fe3a0513f758c7d0b580307909637eb31c9f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Various fixes for bugs found by u-boot test.py
Diffstat (limited to 'arch/arm/dts/r8a7795-h3ulcb-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts index ebbd234d78..3de640724d 100644 --- a/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts +++ b/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts @@ -19,6 +19,10 @@ }; }; +&vcc_sdhi0 { + u-boot,off-on-delay-us = <20000>; +}; + &sdhi2_pins { groups = "sdhi2_data8", "sdhi2_ctrl", "sdhi2_ds"; power-source = <1800>; |