Commit d268da06 authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Update eMMC, SD aliases for Radxa SBC boards



Radxa SBC boards like ROCK 3A/4 models do support eMMC and SDcard
via external connector slots.

Mark, the eMMC has mmc0 by considering the Rockchip boot order priority
as both MMC devices are connected externally.

Reported-by: default avatarFUKAUMI Naoki <naoki@radxa.com>
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20230118080454.11643-2-jagan@amarulasolutions.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c80992ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ / {
	compatible = "radxa,rock-4c-plus", "rockchip,rk3399";

	aliases {
		mmc0 = &sdmmc;
		mmc1 = &sdhci;
		mmc0 = &sdhci;
		mmc1 = &sdmmc;
	};

	chosen {
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@

/ {
	aliases {
		mmc0 = &sdmmc;
		mmc1 = &sdhci;
		mmc0 = &sdhci;
		mmc1 = &sdmmc;
	};

	chosen {
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ / {

	aliases {
		ethernet0 = &gmac1;
		mmc0 = &sdmmc0;
		mmc1 = &sdhci;
		mmc0 = &sdhci;
		mmc1 = &sdmmc0;
	};

	chosen: chosen {