diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2021-03-24 13:22:35 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-04-11 11:13:07 +0200 |
commit | 5dcbe7e3862dfc89d219f37a9ed5e53944fa13c2 (patch) | |
tree | 5073326455415c39de0cbef0de249140fbfd6e14 /arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | |
parent | arm64: dts: rockchip: move mmc aliases to board dts on rk3368 (diff) | |
download | linux-5dcbe7e3862dfc89d219f37a9ed5e53944fa13c2.tar.xz linux-5dcbe7e3862dfc89d219f37a9ed5e53944fa13c2.zip |
arm64: dts: rockchip: move mmc aliases to board dts on rk3399
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: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210324122235.1059292-7-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts index 66c725a34220..19485b552bc4 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts @@ -18,6 +18,11 @@ model = "Kobol Helios64"; compatible = "kobol,helios64", "rockchip,rk3399"; + aliases { + mmc0 = &sdmmc; + mmc1 = &sdhci; + }; + avdd_1v8_s0: avdd-1v8-s0 { compatible = "regulator-fixed"; regulator-name = "avdd_1v8_s0"; |