Commit 2a43322c authored by Detlev Casanova's avatar Detlev Casanova Committed by Shawn Guo

ARM: dts: imx6qdl-sabre: Add mmc aliases

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: default avatarDetlev Casanova <detlev.casanova@collabora.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7be88ea9
......@@ -14,6 +14,11 @@ chosen {
stdout-path = &uart2;
};
aliases {
mmc0 = &usdhc3;
mmc1 = &usdhc4;
};
memory@10000000 {
device_type = "memory";
reg = <0x10000000 0x40000000>;
......
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