Commit 9a1d0084cbe17cb1b919e48edb854983eafe02fc

Authored by Russell King
Committed by Greg Kroah-Hartman
1 parent 731e013e33

ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds

[ Upstream commit 09781ba0395c46b1c844f47e405e3ce7856f5989 ]

To support the change in "phy: armada-38x: fix NETA lockup when
repeatedly switching speeds" we need to update the DT with the
additional register.

Fixes: 14dc100b4411 ("phy: armada38x: add common phy support")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/armada-38x.dtsi
... ... @@ -339,7 +339,8 @@
339 339  
340 340 comphy: phy@18300 {
341 341 compatible = "marvell,armada-380-comphy";
342   - reg = <0x18300 0x100>;
  342 + reg-names = "comphy", "conf";
  343 + reg = <0x18300 0x100>, <0x18460 4>;
343 344 #address-cells = <1>;
344 345 #size-cells = <0>;
345 346