diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-04-27 14:09:03 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-03 19:32:19 +0200 |
commit | 940293affa7ed7c0bdb1820ecf7a8f12e901d030 (patch) | |
tree | 8fe9c1ad22d22e8b0d4900b8c18e902135147d73 /arch/arm/boot/dts/am57xx-beagle-x15.dts | |
parent | ARM: dts: dra76-evm: Add wilink8 wlan support (diff) | |
download | linux-940293affa7ed7c0bdb1820ecf7a8f12e901d030.tar.xz linux-940293affa7ed7c0bdb1820ecf7a8f12e901d030.zip |
ARM: dts: dra7: Use sdhci-omap programming model
Use sdhci-omap programming model based on the generic sdhci
library for programming the eMMC/SD/SDIO controller.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-beagle-x15.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index c76ea6579a81..70a71c641066 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -25,6 +25,7 @@ pinctrl-1 = <&mmc1_pins_hs>; vmmc-supply = <&ldo1_reg>; + no-1-8-v; }; &mmc2 { |