Skip to content

Commit

Permalink
ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds
Browse files Browse the repository at this point in the history
[ Upstream commit 09781ba ]

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: 14dc100 ("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>
  • Loading branch information
Russell King authored and gregkh committed Aug 5, 2020
1 parent 731e013 commit 9a1d008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/armada-38x.dtsi
Expand Up @@ -339,7 +339,8 @@

comphy: phy@18300 {
compatible = "marvell,armada-380-comphy";
reg = <0x18300 0x100>;
reg-names = "comphy", "conf";
reg = <0x18300 0x100>, <0x18460 4>;
#address-cells = <1>;
#size-cells = <0>;

Expand Down

0 comments on commit 9a1d008

Please sign in to comment.