ARM: dts: imx6qdl-sabre: Add mmc aliases
authorDetlev Casanova <detlev.casanova@collabora.com>
Fri, 28 Oct 2022 14:18:11 +0000 (10:18 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Nov 2022 08:25:59 +0000 (16:25 +0800)
If not specified, the mmc0 and mmc1 devices will be the devices
mmc@2190000 and mmc@2194000, which are in disabled state on the iMX.6
Sabrelite devices.

The actual SD card reader devices are the ones at mmc@2198000 and
mmc@219c000.

Set aliases to use the correct mmc devices order.

Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi

index 22f8e2783cdf5ec7006b5dbc754b520c120decc2..12573e1f917cbed6c322acb22e70e6789dddcbe8 100644 (file)
                stdout-path = &uart2;
        };
 
+       aliases {
+               mmc0 = &usdhc3;
+               mmc1 = &usdhc4;
+       };
+
        memory@10000000 {
                device_type = "memory";
                reg = <0x10000000 0x40000000>;