提交 d1789188 编写于 作者: M Michal Vokáč 提交者: Shawn Guo

ARM: dts: imx6dl-yapp4: Use aliases to set custom MMC device indexes

Until commit fa2d0aa9 ("mmc: core: Allow setting slot index via
device tree alias") was introduced, our usdhc3 and usdhc4 devices
were enumerated as mmc0 and mmc1. The mmc1 device is used to boot/update
the board and its name must be fixed.

With the referenced commit, aliases from imx6qdl.dtsi took effect.
Override the aliases to get back the original device indexes.
Signed-off-by: NMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 034ebde3
......@@ -11,6 +11,8 @@
aliases: aliases {
ethernet1 = &eth1;
ethernet2 = &eth2;
mmc0 = &usdhc3;
mmc1 = &usdhc4;
};
backlight: backlight {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册