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: Christopher Obbard <chris.obbard@collabora.com>
Link: https://lore.kernel.org/r/20230110195352.272360-2-chris.obbard@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Christopher Obbard 2023-01-10 19:53:50 +00:00 committed by Heiko Stuebner
parent a1d3281450
commit 991f136c9f

View File

@ -11,7 +11,7 @@ / {
compatible = "radxa,rock-5a", "rockchip,rk3588s";
aliases {
mmc1 = &sdhci;
mmc0 = &sdhci;
serial2 = &uart2;
};