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:
parent
32596b101f
commit
cdb7389abe
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user