]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: e60k02: fix aliases for mmc
authorAndreas Kemnade <andreas@kemnade.info>
Wed, 5 Jun 2024 08:39:50 +0000 (10:39 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Jun 2024 01:11:17 +0000 (09:11 +0800)
Since commit fa2d0aa96941
("mmc: core: Allow setting slot index via device tree alias")
mmc numbering are changed, confusing boot scripts. Fix that by adding
proper aliases

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/e60k02.dtsi

index 13756d39fb7b9168706f23b9df6cb10026d43b6e..0029c12f16c8e5285c5b0d528f63b3226919ca65 100644 (file)
 #include <dt-bindings/input/input.h>
 
 / {
+       aliases {
+               mmc0 = &usdhc2;
+               mmc1 = &usdhc3;
+       };
 
        chosen {
                stdout-path = &uart1;