ath25: switch default kernel to 5.15
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 030-v5.11-0013-ARM-dts-NSP-Update-ethernet-switch-node-name.patch
1 From fd66cd0d79cb836badecb91fdd19afd32afbb443 Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <f.fainelli@gmail.com>
3 Date: Mon, 9 Nov 2020 12:02:08 -0800
4 Subject: [PATCH 13/16] ARM: dts: NSP: Update ethernet switch node name
5
6 Update the switch unit name from srab to ethernet-switch, allowing us
7 to fix warnings such as:
8
9 CHECK arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dt.yaml
10 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dt.yaml:
11 srab@18007000: $nodename:0: 'srab@18007000' does not match
12 '^(ethernet-)?switch(@.*)?$'
13 From schema:
14 Documentation/devicetree/bindings/net/dsa/b53.yaml
15
16 Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
17 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
18 ---
19 arch/arm/boot/dts/bcm-nsp.dtsi | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 --- a/arch/arm/boot/dts/bcm-nsp.dtsi
23 +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
24 @@ -385,7 +385,7 @@
25 clock-names = "apb_pclk";
26 };
27
28 - srab: srab@36000 {
29 + srab: ethernet-switch@36000 {
30 compatible = "brcm,nsp-srab";
31 reg = <0x36000 0x1000>,
32 <0x3f308 0x8>,