mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: dts: rockchip: mmc aliases for Sonoff iHost
Add aliases for sdio and sdmmc to ensure consistent ordering of mmc devices on boot Signed-off-by: Tim Lunn <tim@feathertop.org> Link: https://lore.kernel.org/r/20240215110425.934740-2-tim@feathertop.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
15a5ed0300
commit
eb246eaaa5
|
|
@ -8,6 +8,8 @@ / {
|
|||
aliases {
|
||||
ethernet0 = &gmac;
|
||||
mmc0 = &emmc;
|
||||
mmc1 = &sdio;
|
||||
mmc2 = &sdmmc;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user