aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kemnade <[email protected]>2024-06-05 10:39:50 +0200
committerShawn Guo <[email protected]>2024-06-17 09:11:17 +0800
commit3a5297c5071055c31f268c123289488a6ec47a3e (patch)
tree725a1f018a2543f5826970eff03fdb1302f540c5
parentbd036febd03cb40b56911f057e3dacabd1521014 (diff)
ARM: dts: e60k02: fix aliases for mmc
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 <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/nxp/imx/e60k02.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/e60k02.dtsi b/arch/arm/boot/dts/nxp/imx/e60k02.dtsi
index 13756d39fb7b..0029c12f16c8 100644
--- a/arch/arm/boot/dts/nxp/imx/e60k02.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/e60k02.dtsi
@@ -14,6 +14,10 @@
#include <dt-bindings/input/input.h>
/ {
+ aliases {
+ mmc0 = &usdhc2;
+ mmc1 = &usdhc3;
+ };
chosen {
stdout-path = &uart1;