ARM: dts: BCM53573: Disable second Ethernet on Luxul devices

XAP-810 and XAP-1440 both have a single Ethernet port and BCM54210E PHY.
Their second Ethernet interface is not connected to anything.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20230724101159.5289-1-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
Rafał Miłecki
2023-07-24 12:11:59 +02:00
committed by Florian Fainelli
parent e0ae343a2c
commit d8835601e3
2 changed files with 8 additions and 0 deletions
@@ -60,3 +60,7 @@
};
};
};
&gmac1 {
status = "disabled";
};
@@ -96,3 +96,7 @@
};
};
};
&gmac1 {
status = "disabled";
};