aboutsummaryrefslogtreecommitdiffstats
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 13:22:32 +0100
committerHeiko Stuebner <heiko@sntech.de>2021-04-11 11:13:06 +0200
commit3f6c22987c0bdfb42b497e346d77b6cdaed55de3 (patch)
treebcf79b70d546b52d1ae4ef747b2a10702d99c0c2 /arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
parentarm64: dts: rockchip: move mmc aliases to board dts on px30 (diff)
downloadlinux-dev-3f6c22987c0bdfb42b497e346d77b6cdaed55de3.tar.xz
linux-dev-3f6c22987c0bdfb42b497e346d77b6cdaed55de3.zip
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";
};