]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 21 Jul 2020 14:40:38 +0000 (15:40 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
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 <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
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>;