ARM: dts: NSP: Fix Ethernet switch SGMII register name
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 9 Nov 2020 20:06:15 +0000 (12:06 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sat, 21 Nov 2020 02:55:31 +0000 (18:55 -0800)
The register name should be "sgmii_config", not "sgmii", this is not a
functional change since no code is currently looking for that register
by name (or at all).

Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-nsp.dtsi

index e7d08959d5fef340e6e80234751851a2bc56aa60..09fd7e55c069f0562019cb3cdb4143d5daefabc7 100644 (file)
                        reg = <0x36000 0x1000>,
                              <0x3f308 0x8>,
                              <0x3f410 0xc>;
-                       reg-names = "srab", "mux_config", "sgmii";
+                       reg-names = "srab", "mux_config", "sgmii_config";
                        interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,