ipq40xx: ar40xx: reset port status register
authorDavid Bauer <mail@david-bauer.net>
Fri, 13 Aug 2021 21:28:44 +0000 (23:28 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 24 Oct 2021 09:01:35 +0000 (11:01 +0200)
This resolves incosnsitencies of the configured RX / TX flow control
modes between different boards or bootloaders.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 4d81f087715524994448ecaefd3ca87c8ba7e0a3)

target/linux/ipq40xx/files/drivers/net/phy/ar40xx.c

index c35ba2799f06792eeb3e446e42098b6f77a182f3..ca7f0ca35058ee9745a5c14044d228759a290455 100644 (file)
@@ -1198,8 +1198,7 @@ ar40xx_init_port(struct ar40xx_priv *priv, int port)
 {
        u32 t;
 
-       ar40xx_rmw(priv, AR40XX_REG_PORT_STATUS(port),
-                       AR40XX_PORT_AUTO_LINK_EN, 0);
+       ar40xx_write(priv, AR40XX_REG_PORT_STATUS(port), 0);
 
        ar40xx_write(priv, AR40XX_REG_PORT_HEADER(port), 0);