Skip to content

Commit d15d8d2

Browse files
Andy Yanmmind
authored andcommitted
ARM: dts: rockchip: Add aliases for rk3036-kylin MMC devices
Add aliases for the MMC devices so that after the system starts up, they will all have fixed device numbers. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Link: https://lore.kernel.org/r/20250324125215.160616-1-andyshrk@163.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0af2f6b commit d15d8d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rk3036-kylin.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
model = "Rockchip RK3036 KylinBoard";
99
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
1010

11+
aliases {
12+
mmc0 = &emmc;
13+
mmc1 = &sdmmc;
14+
mmc2 = &sdio;
15+
};
16+
1117
chosen {
1218
stdout-path = "serial2:115200n8";
1319
};

0 commit comments

Comments
 (0)