bcm53xx: add testing support for kernel 5.10
[openwrt/staging/ldir.git] / target / linux / bcm53xx / patches-5.10 / 030-v5.11-0001-ARM-dts-BCM5301X-Linksys-EA9500-add-port-5-and-port-.patch
1 From 1ca5f2430c4f9d85b98b8d6e5d93f8d4802faf8e Mon Sep 17 00:00:00 2001
2 From: Vivek Unune <npcomplete13@gmail.com>
3 Date: Wed, 14 Oct 2020 15:27:27 -0400
4 Subject: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7
5
6 Add ports 5 and 7 which are connected to gmac cores 1 & 2.
7 These will be disabled for now.
8
9 Signed-off-by: Vivek Unune <npcomplete13@gmail.com>
10 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
11 ---
12 .../boot/dts/bcm47094-linksys-panamera.dts | 24 +++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
16 +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
17 @@ -242,6 +242,30 @@
18 label = "wan";
19 };
20
21 + port@5 {
22 + reg = <5>;
23 + ethernet = <&gmac0>;
24 + label = "cpu";
25 + status = "disabled";
26 +
27 + fixed-link {
28 + speed = <1000>;
29 + full-duplex;
30 + };
31 + };
32 +
33 + port@7 {
34 + reg = <7>;
35 + ethernet = <&gmac1>;
36 + label = "cpu";
37 + status = "disabled";
38 +
39 + fixed-link {
40 + speed = <1000>;
41 + full-duplex;
42 + };
43 + };
44 +
45 port@8 {
46 reg = <8>;
47 ethernet = <&gmac2>;