From: Arınç ÜNAL Date: Sun, 10 Apr 2022 09:44:55 +0000 (+0300) Subject: ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9cff8783439ff1803709128af3a0e04c5f5f047;p=linux.git ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U 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 Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts index 2f944d1c0330f..d8503758342b4 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 @@ reg = <8>; ethernet = <&gmac2>; label = "cpu"; - status = "disabled"; fixed-link { speed = <1000>; @@ -242,6 +241,10 @@ }; }; +&gmac0 { + status = "disabled"; +}; + &gmac1 { nvmem-cells = <&et1macaddr>; nvmem-cell-names = "mac-address";