Skip to content

Commit d883560

Browse files
Rafał Miłeckiffainelli
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent e0ae343 commit d883560

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@
6060
};
6161
};
6262
};
63+
64+
&gmac1 {
65+
status = "disabled";
66+
};

arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@
9696
};
9797
};
9898
};
99+
100+
&gmac1 {
101+
status = "disabled";
102+
};

0 commit comments

Comments
 (0)