]> Git Repo - linux.git/commitdiff
ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds
authorRussell King <[email protected]>
Tue, 21 Jul 2020 14:40:38 +0000 (15:40 +0100)
committerGregory CLEMENT <[email protected]>
Fri, 24 Jul 2020 07:56:20 +0000 (09:56 +0200)
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm/boot/dts/armada-38x.dtsi

index 348116501aa2b02f4ef9eedc7e23d1de815483da..9b1a24cc5e91f2f52c32eeb248831f60d13040e0 100644 (file)
 
                        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>;
 
This page took 0.061026 seconds and 4 git commands to generate.