ath25: switch default kernel to 5.15
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 030-v5.11-0014-ARM-dts-NSP-Fix-Ethernet-switch-SGMII-register-name.patch
1 From 8b0235d1deace8f1bd8cdd149d698fee3974fdf4 Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <f.fainelli@gmail.com>
3 Date: Mon, 9 Nov 2020 12:06:15 -0800
4 Subject: [PATCH 14/16] ARM: dts: NSP: Fix Ethernet switch SGMII register name
5
6 The register name should be "sgmii_config", not "sgmii", this is not a
7 functional change since no code is currently looking for that register
8 by name (or at all).
9
10 Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
11 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
12 ---
13 arch/arm/boot/dts/bcm-nsp.dtsi | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 --- a/arch/arm/boot/dts/bcm-nsp.dtsi
17 +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
18 @@ -390,7 +390,7 @@
19 reg = <0x36000 0x1000>,
20 <0x3f308 0x8>,
21 <0x3f410 0xc>;
22 - reg-names = "srab", "mux_config", "sgmii";
23 + reg-names = "srab", "mux_config", "sgmii_config";
24 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
25 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
26 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,