diff options
author | Detlev Casanova <detlev.casanova@collabora.com> | 2022-10-28 16:18:11 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-14 09:25:59 +0100 |
commit | 2a43322ca7f3ae4599dc5bd3a7584660b22994a2 (patch) | |
tree | 64404cf0d906e8a22948a4704f4c51153444ead2 /arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | |
parent | ARM: dts: imx6ul/ull: suspend i.MX6UL watchdog in wait mode (diff) | |
download | linux-2a43322ca7f3ae4599dc5bd3a7584660b22994a2.tar.xz linux-2a43322ca7f3ae4599dc5bd3a7584660b22994a2.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-sabrelite.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index 22f8e2783cdf..12573e1f917c 100644 --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi @@ -14,6 +14,11 @@ stdout-path = &uart2; }; + aliases { + mmc0 = &usdhc3; + mmc1 = &usdhc4; + }; + memory@10000000 { device_type = "memory"; reg = <0x10000000 0x40000000>; |