summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-37xx.dtsi
diff options
context:
space:
mode:
authorKen Ma <make@marvell.com>2018-03-26 15:56:04 +0800
committerStefan Roese <sr@denx.de>2018-03-30 12:52:48 +0200
commit30aecc02f7c19fc3bc066e6e6ccfafe183fed428 (patch)
treecdfcc2ee2a3dd8704926d74802c7b301df1415a7 /arch/arm/dts/armada-37xx.dtsi
parentdc36235abe408cf450daa7b06d612084119dd841 (diff)
arm64: a37xx: dts: Correct mpp definitions
This patch corrects below mpp definitions for armada 3720 DB board and ESPRESSOBin board: - "smi" pins group is added and "smi" function is set for eth0; - Now pcie pins are used as gpio to implement PCIe function in hardware, so "pcie" group function is changed to "gpio". Reviewed-on: http://vgitil04.il.marvell.com:8080/43287 Reviewed-by: Hua Jing <jinghua@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Cc: Simon Glass <sjg@chromium.org> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Ken Ma <make@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-37xx.dtsi')
-rw-r--r--arch/arm/dts/armada-37xx.dtsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-37xx.dtsi b/arch/arm/dts/armada-37xx.dtsi
index d139a617a9..301f9eecc4 100644
--- a/arch/arm/dts/armada-37xx.dtsi
+++ b/arch/arm/dts/armada-37xx.dtsi
@@ -183,6 +183,11 @@
function = "mii";
};
+ smi_pins: smi-pins {
+ groups = "smi";
+ function = "smi";
+ };
+
sdio_pins: sdio-pins {
groups = "sdio_sb";
function = "sdio";
@@ -190,7 +195,7 @@
pcie_pins: pcie-pins {
groups = "pcie1";
- function = "pcie";
+ function = "gpio";
};
};