[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220905235634.20957-3-rentao.bupt@gmail.com>
Date: Mon, 5 Sep 2022 16:56:34 -0700
From: rentao.bupt@...il.com
To: "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Heyi Guo <guoheyi@...ux.alibaba.com>,
Dylan Hung <dylan_hung@...eedtech.com>,
Guangbin Huang <huangguangbin2@...wei.com>,
Liang He <windhl@....com>, Hao Chen <chenhao288@...ilicon.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Joel Stanley <joel@....id.au>,
Andrew Jeffery <andrew@...id.au>, Tao Ren <taoren@...com>,
netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Cc: Tao Ren <rentao.bupt@...il.com>
Subject: [PATCH net-next 2/2] ARM: dts: aspeed: elbert: Enable mac3 controller
From: Tao Ren <rentao.bupt@...il.com>
Enable mac3 controller in Elbert dts: Elbert MAC3 is connected to the
onboard switch directly (fixed link).
Signed-off-by: Tao Ren <rentao.bupt@...il.com>
---
arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dts
index 27b43fe099f1..52cb617783ac 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-elbert.dts
@@ -183,3 +183,14 @@ imux31: i2c@7 {
&i2c11 {
status = "okay";
};
+
+&mac3 {
+ status = "okay";
+ phy-mode = "rgmii";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_rgmii4_default>;
+ fixed-link {
+ speed = <1000>;
+ full-duplex;
+ };
+};
--
2.30.2
Powered by blists - more mailing lists