diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-04-27 17:39:03 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-03 10:32:19 -0700 |
commit | 940293affa7ed7c0bdb1820ecf7a8f12e901d030 (patch) | |
tree | 8fe9c1ad22d22e8b0d4900b8c18e902135147d73 /arch/arm/boot/dts/dra76-evm.dts | |
parent | 01c5d96688b2b9509d0fea5752e716faa86f8559 (diff) | |
download | blackbird-obmc-linux-940293affa7ed7c0bdb1820ecf7a8f12e901d030.tar.gz blackbird-obmc-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/dra76-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra76-evm.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts index ad154c7b0632..c07f0051844d 100644 --- a/arch/arm/boot/dts/dra76-evm.dts +++ b/arch/arm/boot/dts/dra76-evm.dts @@ -327,7 +327,7 @@ &mmc1 { status = "okay"; vmmc-supply = <&vio_3v3_sd>; - vmmc_aux-supply = <&ldo4_reg>; + vqmmc-supply = <&ldo4_reg>; bus-width = <4>; /* * SDCD signal is not being used here - using the fact that GPIO mode @@ -344,6 +344,7 @@ vmmc-supply = <&vio_1v8>; vqmmc-supply = <&vio_1v8>; bus-width = <8>; + non-removable; pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v"; pinctrl-0 = <&mmc2_pins_default>; pinctrl-1 = <&mmc2_pins_default>; |