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
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
Russell King authored and gclement committed Jul 24, 2020
1 parent b3a9e3b commit 09781ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/armada-38x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,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 09781ba

Please sign in to comment.