summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3066a-bqcurie2.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/rk3066a-bqcurie2.dts
parentARM: dts: rockchip: move and restyle grf nodes rk3066/rk3188 (diff)
downloadlinux-d67113c261c196232c96dbed1ff2fbd071c8c457.tar.xz
linux-d67113c261c196232c96dbed1ff2fbd071c8c457.zip
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/rk3066a-bqcurie2.dts')
-rw-r--r--arch/arm/boot/dts/rk3066a-bqcurie2.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
index eba7a1344976..390aa33cd55a 100644
--- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts
+++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts
@@ -12,6 +12,11 @@
model = "bq Curie 2";
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
+ aliases {
+ mmc0 = &mmc0;
+ mmc1 = &mmc1;
+ };
+
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;