Re: [PATCH] ARM: dts: imx6dl-yapp4: Use aliases to set custom MMC device indexes
From: Shawn Guo <shawnguo@kernel.org>
Date: 2021-05-23 02:02:32
Also in:
lkml
From: Shawn Guo <shawnguo@kernel.org>
Date: 2021-05-23 02:02:32
Also in:
lkml
On Fri, Apr 30, 2021 at 03:53:15PM +0200, Michal Vokáč wrote:
Until commit fa2d0aa96941 ("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: Michal Vokáč <redacted>Applied, thanks.