diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2025-03-24 20:52:11 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-04-07 09:15:52 +0200 |
commit | d15d8d234248d6575b2d4efc14731d0a623f89d0 (patch) | |
tree | fe849eb7ce8effc02cff6371bf1c5aaab9e20771 | |
parent | 0af2f6be1b4281385b618cb86ad946eded089ac8 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/rockchip/rk3036-kylin.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts index 4f928c7898e9..cde552375a43 100644 --- a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts @@ -8,6 +8,12 @@ model = "Rockchip RK3036 KylinBoard"; compatible = "rockchip,rk3036-kylin", "rockchip,rk3036"; + aliases { + mmc0 = &emmc; + mmc1 = &sdmmc; + mmc2 = &sdio; + }; + chosen { stdout-path = "serial2:115200n8"; }; |