Commit d8835601 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

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: default avatarRafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20230724101159.5289-1-zajec5@gmail.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent e0ae343a
......@@ -60,3 +60,7 @@ bcm54210e: ethernet-phy@0 {
};
};
};
&gmac1 {
status = "disabled";
};
......@@ -96,3 +96,7 @@ bcm54210e: ethernet-phy@0 {
};
};
};
&gmac1 {
status = "disabled";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment