Message ID | 20230724101159.5289-1-zajec5@gmail.com |
---|---|
State | New |
Headers | show |
Series | ARM: dts: BCM53573: Disable second Ethernet on Luxul devices | expand |
From: Florian Fainelli <f.fainelli@gmail.com> On Mon, 24 Jul 2023 12:11:59 +0200, Rafał Miłecki <zajec5@gmail.com> wrote: > From: Rafał Miłecki <rafal@milecki.pl> > > 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> > --- Applied to https://github.com/Broadcom/stblinux/commits/master, thanks! -- Florian
diff --git a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts index 0f6d7fe30068..e86e82be3c0e 100644 --- a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts +++ b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts @@ -58,3 +58,7 @@ bcm54210e: ethernet-phy@0 { }; }; }; + +&gmac1 { + status = "disabled"; +}; diff --git a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts index 4e0ef0af726f..d0bbc01f1806 100644 --- a/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts +++ b/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts @@ -94,3 +94,7 @@ bcm54210e: ethernet-phy@0 { }; }; }; + +&gmac1 { + status = "disabled"; +};