diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-03-24 15:22:30 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-04-11 12:11:42 +0300 |
commit | e89db2b4c706b9ca1293e7025ef5e8730b5d1b5b (patch) | |
tree | 580a9725f30aa5a4260a20d8c18a779acc26bee1 /arch/arm/boot/dts/rv1108-elgin-r1.dts | |
parent | 23a52b0dfebf8b9ae44829c561c3d82d8b9c48e3 (diff) | |
download | linux-e89db2b4c706b9ca1293e7025ef5e8730b5d1b5b.tar.xz |
ARM: dts: rockchip: move rv1108 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 rv1108-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-2-heiko@sntech.de
Diffstat (limited to 'arch/arm/boot/dts/rv1108-elgin-r1.dts')
-rw-r--r-- | arch/arm/boot/dts/rv1108-elgin-r1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108-elgin-r1.dts b/arch/arm/boot/dts/rv1108-elgin-r1.dts index b1db924710c8..f62c9f7af79d 100644 --- a/arch/arm/boot/dts/rv1108-elgin-r1.dts +++ b/arch/arm/boot/dts/rv1108-elgin-r1.dts @@ -12,6 +12,10 @@ model = "Elgin RV1108 R1 board"; compatible = "elgin,rv1108-r1", "rockchip,rv1108"; + aliases { + mmc0 = &emmc; + }; + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x08000000>; |