Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Detlev Casanova <detlev.casanova@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Detlev Casanova and committed by
Shawn Guo
2a43322c 7be88ea9

+5
+5
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
··· 14 14 stdout-path = &uart2; 15 15 }; 16 16 17 + aliases { 18 + mmc0 = &usdhc3; 19 + mmc1 = &usdhc4; 20 + }; 21 + 17 22 memory@10000000 { 18 23 device_type = "memory"; 19 24 reg = <0x10000000 0x40000000>;