Skip to content

Commit 0011c6d

Browse files
Reichlmmind
authored andcommitted
arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
Recently introduced async probe on mmc devices can shuffle block IDs. Pin them to fixed values to ease booting in environments where UUIDs are not practical. Use newly introduced aliases for mmcblk devices from [1]. [1] https://patchwork.kernel.org/patch/11747669/ Signed-off-by: Markus Reichl <m.reichl@fivetechno.de> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20201104162356.1251-1-m.reichl@fivetechno.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 01fe332 commit 0011c6d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
i2c6 = &i2c6;
3030
i2c7 = &i2c7;
3131
i2c8 = &i2c8;
32+
mmc0 = &sdio0;
33+
mmc1 = &sdmmc;
34+
mmc2 = &sdhci;
3235
serial0 = &uart0;
3336
serial1 = &uart1;
3437
serial2 = &uart2;

0 commit comments

Comments
 (0)