diff mbox series

[2/2] arm64: dts: rockchip: reorder mmc aliases for ROCK Pi E

Message ID 20240619050047.1217-2-naoki@radxa.com (mailing list archive)
State New
Headers show
Series [1/2] arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E | expand

Commit Message

FUKAUMI Naoki June 19, 2024, 5 a.m. UTC
align with other Radxa products.

- mmc0 is eMMC
- mmc1 is microSD

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
index a608a219543e..1f2cf8574a9d 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
@@ -23,8 +23,8 @@  / {
 	aliases {
 		ethernet0 = &gmac2io;
 		ethernet1 = &gmac2phy;
-		mmc0 = &sdmmc;
-		mmc1 = &emmc;
+		mmc0 = &emmc;
+		mmc1 = &sdmmc;
 	};
 
 	chosen {