diff options
author | 2020-09-06 22:00:06 +0300 | |
---|---|---|
committer | 2020-09-17 18:09:37 +0200 | |
commit | 110a5803424255b876e25b28093cd13d86d0ccd2 (patch) | |
tree | e151f6bf216cb0f53acea61dfffecb9be03c53ff | |
parent | Merge branch 'for-5.10/dt-bindings' into for-5.10/arm/dt (diff) | |
download | wireguard-linux-110a5803424255b876e25b28093cd13d86d0ccd2.tar.xz wireguard-linux-110a5803424255b876e25b28093cd13d86d0ccd2.zip |
ARM: tegra: nexus7: Add aliases for MMC
MMC core now supports binding to a specific ID, which is very handy for
embedded devices, like Nexus 7, because MMC ID may change depending on
kernel version or configuration which affects MMC driver probe order.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi index 3922517145e7..9999e1afd465 100644 --- a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi +++ b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi @@ -10,6 +10,9 @@ / { aliases { + mmc0 = &sdmmc4; /* eMMC */ + mmc1 = &sdmmc3; /* WiFi */ + rtc0 = &pmic; rtc1 = "/rtc@7000e000"; @@ -936,7 +939,7 @@ power-off-delay-us = <300>; }; - mmc@78000400 { + sdmmc3: mmc@78000400 { status = "okay"; #address-cells = <1>; @@ -960,7 +963,7 @@ }; }; - mmc@78000600 { + sdmmc4: mmc@78000600 { status = "okay"; bus-width = <8>; vmmc-supply = <&vcore_emmc>; |