Commit d53314dd authored by Hiago De Franco's avatar Hiago De Franco Committed by Shawn Guo

ARM: dts: imx7d-colibri-emmc: 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: default avatarHiago De Franco <hiago.franco@toradex.com>
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 265f5654
......@@ -11,6 +11,10 @@ aliases {
/* Required to properly pass MAC addresses from bootloader. */
ethernet0 = &fec1;
ethernet1 = &fec2;
mmc0 = &usdhc3; /* eMMC */
mmc1 = &usdhc1; /* MMC/SD slot */
/delete-property/ mmc2;
/delete-property/ mmc3;
};
memory@80000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment