Commit 991f136c authored by Christopher Obbard's avatar Christopher Obbard Committed by Heiko Stuebner

arm64: dts: rockchip: Update sdhci alias for rock-5a

In the previous version, the sdhci alias was set to mmc1: an artifact
leftover from the port from vendor kernel. Update the alias to mmc0 to
match the device's boot order.

Fixes: a4a8f1afb360 ("arm64: dts: rockchip: Add rock-5a board")
Signed-off-by: default avatarChristopher Obbard <chris.obbard@collabora.com>
Link: https://lore.kernel.org/r/20230110195352.272360-2-chris.obbard@collabora.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a1d32814
...@@ -11,7 +11,7 @@ / { ...@@ -11,7 +11,7 @@ / {
compatible = "radxa,rock-5a", "rockchip,rk3588s"; compatible = "radxa,rock-5a", "rockchip,rk3588s";
aliases { aliases {
mmc1 = &sdhci; mmc0 = &sdhci;
serial2 = &uart2; serial2 = &uart2;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment