Skip to content

Commit

Permalink
net: dsa: microchip: enable phy errata workaround on 9567
Browse files Browse the repository at this point in the history
[ Upstream commit 8c42a49 ]

Also enable phy errata workaround on 9567 since has the same errata as
the 9477 according to the manufacture's documentation.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
gmccollister authored and gregkh committed Jun 16, 2021
1 parent 42e7fa0 commit 0f34aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/dsa/microchip/ksz9477.c
Expand Up @@ -1530,6 +1530,7 @@ static const struct ksz_chip_data ksz9477_switch_chips[] = {
.num_statics = 16,
.cpu_ports = 0x7F, /* can be configured as cpu port */
.port_cnt = 7, /* total physical port count */
.phy_errata_9477 = true,
},
};

Expand Down

0 comments on commit 0f34aff

Please sign in to comment.