diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-05-20 12:18:22 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-05-28 19:03:59 +0300 |
commit | d67113c261c196232c96dbed1ff2fbd071c8c457 (patch) | |
tree | 1b683b9ba0e549116ce6fedf965c644e4f55ca30 /arch/arm/boot/dts/rk3188-px3-evb.dts | |
parent | 6e4e4e2a255849758b8d3240671060d355d71edf (diff) | |
download | linux-d67113c261c196232c96dbed1ff2fbd071c8c457.tar.xz |
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.dts | 5 |
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"; }; |