Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Soeren Moch and committed by
Shawn Guo
fd25c883 1653e3d4

+7
+7
arch/arm/boot/dts/imx6q-tbs2910.dts
··· 16 16 stdout-path = &uart1; 17 17 }; 18 18 19 + aliases { 20 + mmc0 = &usdhc2; 21 + mmc1 = &usdhc3; 22 + mmc2 = &usdhc4; 23 + /delete-property/ mmc3; 24 + }; 25 + 19 26 memory@10000000 { 20 27 device_type = "memory"; 21 28 reg = <0x10000000 0x80000000>;