summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3188-px3-evb.dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2021-05-20 11:18:22 +0200
committerHeiko Stuebner <heiko@sntech.de>2021-05-28 18:03:59 +0200
commitd67113c261c196232c96dbed1ff2fbd071c8c457 (patch)
tree1b683b9ba0e549116ce6fedf965c644e4f55ca30 /arch/arm/boot/dts/rk3188-px3-evb.dts
parent6e4e4e2a255849758b8d3240671060d355d71edf (diff)
ARM: dts: rockchip: move mmc aliases to board dts on rk3066/rk3188
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: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20210520091822.28491-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3188-px3-evb.dts')
-rw-r--r--arch/arm/boot/dts/rk3188-px3-evb.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3188-px3-evb.dts b/arch/arm/boot/dts/rk3188-px3-evb.dts
index c32e1d441cf7..39c60426c9c9 100644
--- a/arch/arm/boot/dts/rk3188-px3-evb.dts
+++ b/arch/arm/boot/dts/rk3188-px3-evb.dts
@@ -11,6 +11,11 @@
model = "Rockchip PX3-EVB";
compatible = "rockchip,px3-evb", "rockchip,px3", "rockchip,rk3188";
+ aliases {
+ mmc0 = &mmc0;
+ mmc1 = &emmc;
+ };
+
chosen {
stdout-path = "serial2:115200n8";
};