diff options
author | Heiko Stuebner <heiko@sntech.de> | 2023-03-07 12:55:16 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-03-15 10:44:57 +0300 |
commit | 56af59fc0be3fda8d8a32ed996dfb84758d4f431 (patch) | |
tree | 0711ccb3045b51b3ea0530054cd14021af635c96 /arch/arm/boot/dts/rk3288-veyron.dtsi | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) | |
download | linux-56af59fc0be3fda8d8a32ed996dfb84758d4f431.tar.xz |
ARM: dts: rockchip: Add mmc aliases for rk3288-veyron devices
All of them have an internal emmc that becomes mmc0 and
devices including the sdmmc snippet get mmc1 for the external
sd slot on suitable devices.
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20230307095516.4116827-1-heiko@sntech.de
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index e406c8c7c7e5..d838bf0d5d9a 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -10,6 +10,10 @@ #include "rk3288.dtsi" / { + aliases { + mmc0 = &emmc; + }; + chosen { stdout-path = "serial2:115200n8"; }; |