Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/boot/dts/bcm-nsp.dtsi
··· 390 390 reg = <0x36000 0x1000>, 391 391 <0x3f308 0x8>, 392 392 <0x3f410 0xc>; 393 - reg-names = "srab", "mux_config", "sgmii"; 393 + reg-names = "srab", "mux_config", "sgmii_config"; 394 394 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>, 395 395 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, 396 396 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,