From: Jaehoon Chung Date: Wed, 7 Jun 2023 05:13:01 +0000 (+0900) Subject: RISCV: dts: starfive: use the aliases about mmc X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8bf2d8c6936c9cea25cd7292f914e4833014300;p=platform%2Fkernel%2Flinux-starfive.git RISCV: dts: starfive: use the aliases about mmc The index of mmc is assigned according to probing sequence. It means that index can be changed every booting time. To prevent the wrong index, use the aliases as fixed index. - eMMC : mmc0 - SD : mmc1 Change-Id: Ie0abe1b01be55decf8be7cb9ae553a421240e422 Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index dca93b4..f88e849 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -18,6 +18,8 @@ i2c5 = &i2c5; i2c6 = &i2c6; serial0 = &uart0; + mmc0 = &mmc0; + mmc1 = &mmc1; }; chosen {