ARM: dts: tbs2910: rename MMC node aliases
authorSoeren Moch <smoch@web.de>
Tue, 22 Dec 2020 15:59:08 +0000 (16:59 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Jan 2021 00:36:55 +0000 (08:36 +0800)
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>
arch/arm/boot/dts/imx6q-tbs2910.dts

index 861e05d..343364d 100644 (file)
                stdout-path = &uart1;
        };
 
+       aliases {
+               mmc0 = &usdhc2;
+               mmc1 = &usdhc3;
+               mmc2 = &usdhc4;
+               /delete-property/ mmc3;
+       };
+
        memory@10000000 {
                device_type = "memory";
                reg = <0x10000000 0x80000000>;