diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-03-24 13:22:34 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-04-11 11:13:07 +0200 |
commit | 751a78a8bd25ac2634baa19f6f918912360fba93 (patch) | |
tree | bb580ce5af003ab1018184ea1837f348bc43ea21 /arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | |
parent | 28869aa53506a12d98f6e5ff54b051400be1c2bf (diff) | |
download | linux-751a78a8bd25ac2634baa19f6f918912360fba93.tar.gz |
arm64: dts: rockchip: move mmc aliases to board dts on rk3368
As suggested by Arnd Bergmann, the newly added mmc aliases
should be board specific, so move them from the general dtsi
to the individual boards.
Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210324122235.1059292-6-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts index ecce16ecc9c3..3ebe15e03cf4 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts @@ -11,6 +11,11 @@ model = "Rockchip Orion R68"; compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368"; + aliases { + mmc0 = &sdmmc; + mmc1 = &emmc; + }; + chosen { stdout-path = "serial2:115200n8"; }; |