diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-09 12:06:15 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-20 18:55:31 -0800 |
commit | 8b0235d1deace8f1bd8cdd149d698fee3974fdf4 (patch) | |
tree | 18be43753a5a9c9b7d0c59f339695da0123f4a95 | |
parent | fd66cd0d79cb836badecb91fdd19afd32afbb443 (diff) | |
download | lwn-8b0235d1deace8f1bd8cdd149d698fee3974fdf4.tar.gz lwn-8b0235d1deace8f1bd8cdd149d698fee3974fdf4.zip |
ARM: dts: NSP: Fix Ethernet switch SGMII register name
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>
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index e7d08959d5fe..09fd7e55c069 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -390,7 +390,7 @@ 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>, |