diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-05-20 11:18:22 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-05-28 18:03:59 +0200 |
commit | d67113c261c196232c96dbed1ff2fbd071c8c457 (patch) | |
tree | 1b683b9ba0e549116ce6fedf965c644e4f55ca30 /arch/arm/boot/dts/rk3066a-rayeager.dts | |
parent | ARM: dts: rockchip: move and restyle grf nodes rk3066/rk3188 (diff) | |
download | linux-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-rayeager.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-rayeager.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts b/arch/arm/boot/dts/rk3066a-rayeager.dts index a73e8900c924..12b2e59aebc4 100644 --- a/arch/arm/boot/dts/rk3066a-rayeager.dts +++ b/arch/arm/boot/dts/rk3066a-rayeager.dts @@ -11,6 +11,12 @@ model = "Rayeager PX2"; compatible = "chipspark,rayeager-px2", "rockchip,rk3066a"; + aliases { + mmc0 = &mmc0; + mmc1 = &mmc1; + mmc2 = &emmc; + }; + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x40000000>; |