mvebu: add images for additional ESPRESSObin boards
[openwrt/openwrt.git] / target / linux / mvebu / patches-4.14 / 513-arm64-dts-marvell-armada37xx-Add-emmc-sdio-pinctrl-d.patch
1 From eefe328439642101774f0f5c4ea0dc6ba1cfb687 Mon Sep 17 00:00:00 2001
2 From: Ding Tao <miyatsu@qq.com>
3 Date: Fri, 26 Oct 2018 11:50:27 +0000
4 Subject: [PATCH] arm64: dts: marvell: armada37xx: Add emmc/sdio pinctrl
5 definition
6
7 Add emmc/sdio pinctrl definition for marvell armada37xx SoCs.
8
9 Signed-off-by: Ding Tao <miyatsu@qq.com>
10 Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
11 ---
12 arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 10 ++++++++++
13 1 file changed, 10 insertions(+)
14
15 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
16 +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
17 @@ -218,6 +218,11 @@
18 groups = "uart2";
19 function = "uart";
20 };
21 +
22 + mmc_pins: mmc-pins {
23 + groups = "emmc_nb";
24 + function = "emmc";
25 + };
26 };
27
28 nb_pm: syscon@14000 {
29 @@ -247,6 +252,11 @@
30 function = "mii";
31 };
32
33 + sdio_pins: sdio-pins {
34 + groups = "sdio_sb";
35 + function = "sdio";
36 + };
37 +
38 };
39
40 eth0: ethernet@30000 {