summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2021-03-24 13:22:34 +0100
committerHeiko Stuebner <heiko@sntech.de>2021-04-11 11:13:07 +0200
commit751a78a8bd25ac2634baa19f6f918912360fba93 (patch)
treebb580ce5af003ab1018184ea1837f348bc43ea21 /arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
parent28869aa53506a12d98f6e5ff54b051400be1c2bf (diff)
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.dts5
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";
};