summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2021-03-24 15:22:32 +0300
committerHeiko Stuebner <heiko@sntech.de>2021-04-11 12:13:06 +0300
commit3f6c22987c0bdfb42b497e346d77b6cdaed55de3 (patch)
treebcf79b70d546b52d1ae4ef747b2a10702d99c0c2 /arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
parent78b8513b763c121d0ac5ed8fef3188ea065913bb (diff)
downloadlinux-3f6c22987c0bdfb42b497e346d77b6cdaed55de3.tar.xz
arm64: dts: rockchip: move mmc aliases to board dts on rk3308
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-4-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
index 7a96be10eaf0..3dddd4742c3a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
@@ -9,6 +9,12 @@
/ {
model = "Firefly ROC-RK3308-CC board";
compatible = "firefly,roc-rk3308-cc", "rockchip,rk3308";
+
+ aliases {
+ mmc0 = &sdmmc;
+ mmc1 = &emmc;
+ };
+
chosen {
stdout-path = "serial2:1500000n8";
};