summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3229-evb.dts
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2021-03-24 13:22:29 +0100
committerHeiko Stuebner <heiko@sntech.de>2021-04-11 11:11:42 +0200
commit23a52b0dfebf8b9ae44829c561c3d82d8b9c48e3 (patch)
treedd152c75876c5c091201f3fe2807ab93fef1b11a /arch/arm/boot/dts/rk3229-evb.dts
parent398a4087872a44921d0ede2afef53a3c9f779ab6 (diff)
ARM: dts: rockchip: move rk322x mmcx aliases to board dts files
As suggested by Arnd Bergmann, mmc-aliases are supposed to be board-specific, so move the newly added general aliases to the board-level on rk322x-based 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-1-heiko@sntech.de
Diffstat (limited to 'arch/arm/boot/dts/rk3229-evb.dts')
-rw-r--r--arch/arm/boot/dts/rk3229-evb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3229-evb.dts b/arch/arm/boot/dts/rk3229-evb.dts
index 350497a3ca86..797476e8bef1 100644
--- a/arch/arm/boot/dts/rk3229-evb.dts
+++ b/arch/arm/boot/dts/rk3229-evb.dts
@@ -9,6 +9,10 @@
model = "Rockchip RK3229 Evaluation board";
compatible = "rockchip,rk3229-evb", "rockchip,rk3229";
+ aliases {
+ mmc0 = &emmc;
+ };
+
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;