bcm53xx: update DTS files with the latest changes
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 036-v5.19-0007-ARM-dts-BCM5301X-Disable-gmac0-and-enable-port-8-on-.patch
1 From b9cff8783439ff1803709128af3a0e04c5f5f047 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= <arinc.unal@arinc9.com>
3 Date: Sun, 10 Apr 2022 12:44:55 +0300
4 Subject: [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus
5 RT-AC88U
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
11 the Broadcom switch which is connected to gmac2.
12
13 Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
14 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 ---
16 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 --- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
20 +++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
21 @@ -232,7 +232,6 @@
22 reg = <8>;
23 ethernet = <&gmac2>;
24 label = "cpu";
25 - status = "disabled";
26
27 fixed-link {
28 speed = <1000>;
29 @@ -242,6 +241,10 @@
30 };
31 };
32
33 +&gmac0 {
34 + status = "disabled";
35 +};
36 +
37 &gmac1 {
38 nvmem-cells = <&et1macaddr>;
39 nvmem-cell-names = "mac-address";