diff mbox series

ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U

Message ID 20220410094454.2788-1-arinc.unal@arinc9.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U | expand

Commit Message

Arınç ÜNAL April 10, 2022, 9:44 a.m. UTC
Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
the Broadcom switch which is connected to gmac2.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Florian Fainelli April 19, 2022, 6:30 p.m. UTC | #1
On 4/10/2022 2:44 AM, Arınç ÜNAL wrote:
> Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
> the Broadcom switch which is connected to gmac2.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, 
thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
index 2f944d1c0330..d8503758342b 100644
--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -232,7 +232,6 @@  port@8 {
 			reg = <8>;
 			ethernet = <&gmac2>;
 			label = "cpu";
-			status = "disabled";
 
 			fixed-link {
 				speed = <1000>;
@@ -242,6 +241,10 @@  fixed-link {
 	};
 };
 
+&gmac0 {
+	status = "disabled";
+};
+
 &gmac1 {
 	nvmem-cells = <&et1macaddr>;
 	nvmem-cell-names = "mac-address";