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 <arinc.unal@arinc9.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Arınç ÜNAL 2022-04-10 12:44:55 +03:00 committed by Florian Fainelli
parent ae6a766f4f
commit b9cff87834
1 changed files with 4 additions and 1 deletions

View File

@ -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";