Skip to content

Commit a2a9153

Browse files
Joshua-RiekSu Yue
authored and
Su Yue
committed
arm64: dts: cm5: swap sdhci and sdmmc aliases
1 parent 6d740aa commit a2a9153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
compatible = "radxa,cm5", "rockchip,rk3588";
2424

2525
aliases {
26-
mmc0 = &sdmmc;
27-
mmc1 = &sdhci;
26+
mmc0 = &sdhci;
27+
mmc1 = &sdmmc;
2828
mmc2 = &sdio;
2929
};
3030
};

0 commit comments

Comments
 (0)