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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 0af2f6b commit d15d8d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)