ARM: dts: imx6qdl-apalis: Add usdhc aliases

Add mmc aliases to ensure a consistent mmc device naming across the
Toradex SoM family, with this commit mmc0 is the on-module eMMC
boot device and the not available mmc interfaces are removed.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Hiago De Franco 2023-11-20 21:58:16 +01:00 committed by Shawn Guo
parent 32596b101f
commit cdb7389abe

View File

@ -12,6 +12,13 @@
model = "Toradex Apalis iMX6Q/D Module";
compatible = "toradex,apalis_imx6q", "fsl,imx6q";
aliases {
mmc0 = &usdhc3; /* eMMC */
mmc1 = &usdhc1; /* MMC1 slot */
mmc2 = &usdhc2; /* SD1 slot */
/delete-property/ mmc3;
};
/* Will be filled by the bootloader */
memory@10000000 {
device_type = "memory";