summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2020-12-22 16:59:08 +0100
committerShawn Guo <shawnguo@kernel.org>2021-01-11 08:36:55 +0800
commitfd25c883667b61f845a4188b6be110bb45de0bac (patch)
treee472655dc26814d73fd3cd4ce5d34024aaffd660 /arch/arm
parent1653e3d470629d25c64cd8a2f84adb20a9348b0c (diff)
downloadlinux-stable-fd25c883667b61f845a4188b6be110bb45de0bac.tar.gz
linux-stable-fd25c883667b61f845a4188b6be110bb45de0bac.tar.bz2
linux-stable-fd25c883667b61f845a4188b6be110bb45de0bac.zip
ARM: dts: tbs2910: rename MMC node aliases
to be consistent with kernel versions up to v5.9 (mmc aliases not used here). usdhc1 is not wired up on this board and therefore cannot be used. Start mmc aliases with usdhc2. Signed-off-by: Soeren Moch <smoch@web.de> Cc: stable@vger.kernel.org # 5.10.x Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/imx6q-tbs2910.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts
index 861e05d53157..343364d3e4f7 100644
--- a/arch/arm/boot/dts/imx6q-tbs2910.dts
+++ b/arch/arm/boot/dts/imx6q-tbs2910.dts
@@ -16,6 +16,13 @@
stdout-path = &uart1;
};
+ aliases {
+ mmc0 = &usdhc2;
+ mmc1 = &usdhc3;
+ mmc2 = &usdhc4;
+ /delete-property/ mmc3;
+ };
+
memory@10000000 {
device_type = "memory";
reg = <0x10000000 0x80000000>;