Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rafał Miłecki and committed by
Florian Fainelli
d8835601 e0ae343a

+8
+4
arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts
··· 60 60 }; 61 61 }; 62 62 }; 63 + 64 + &gmac1 { 65 + status = "disabled"; 66 + };
+4
arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts
··· 96 96 }; 97 97 }; 98 98 }; 99 + 100 + &gmac1 { 101 + status = "disabled"; 102 + };