summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2021-01-28 15:56:44 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-10 13:20:11 +0200
commit7c12753c603a62cdc49d6d31511930ef4e8469a9 (patch)
treed8e302e89dfbf78b2654279395b186c1640dec4b
parent0cc244011f40280b78fc344d5c2aac5a0c659f77 (diff)
downloadlinux-7c12753c603a62cdc49d6d31511930ef4e8469a9.tar.gz
linux-7c12753c603a62cdc49d6d31511930ef4e8469a9.tar.bz2
linux-7c12753c603a62cdc49d6d31511930ef4e8469a9.zip
ARM: dts: am33xx: add aliases for mmc interfaces
[ Upstream commit 9bbce32a20d6a72c767a7f85fd6127babd1410ac ] Without DT aliases, the numbering of mmc interfaces is unpredictable. Adding them makes it possible to refer to devices consistently. The popular suggestion to use UUIDs obviously doesn't work with a blank device fresh from the factory. See commit fa2d0aa96941 ("mmc: core: Allow setting slot index via device tree alias") for more discussion. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index e58fab8aec5d..8923273a2f73 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -38,6 +38,9 @@
ethernet1 = &cpsw_emac1;
spi0 = &spi0;
spi1 = &spi1;
+ mmc0 = &mmc1;
+ mmc1 = &mmc2;
+ mmc2 = &mmc3;
};
cpus {