summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2017-03-03 23:59:20 +0300
committerJoel Stanley <joel@jms.id.au>2017-03-07 05:19:57 +0300
commit5e6f49cbd83dfa150849250362aa1671b73a3f44 (patch)
treecc3590597c04b8581eaf5f692adef22b7f5a71e7
parent2763f3eb775cf760b1c0f28d283da6df6c42f061 (diff)
downloadlinux-5e6f49cbd83dfa150849250362aa1671b73a3f44.tar.xz
ARM: dts: aspeed: zaius: Enable NC-SI mux
The Zaius motherboard has muxes for the RMII lines from the BMC to: - BCM5719 LAN on motherboard (LOM) - OCP mezzanine connector - HDMI form factor connector Assert the active-low enable line for the muxes. Due to the AST2500 default internal pull-down resistors, the muxes selection lines will be low. This implicitly selects the LOM for NC-SI. The NC-SI interface will show up as network interface eth0. Signed-off-by: Xo Wang <xow@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index dc0546869886..3bd70ed810af 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -325,6 +325,13 @@
line-name = "iso_u164_en";
};
+ ncsi_mux_en_n {
+ gpio-hog;
+ gpios = <ASPEED_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
+ output-low;
+ line-name = "ncsi_mux_en_n";
+ };
+
line_bmc_i2c2_sw_rst_n {
gpio-hog;
gpios = <ASPEED_GPIO(P, 1) GPIO_ACTIVE_HIGH>;