]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/G
authorMichael Walle <michael@walle.cc>
Thu, 11 Feb 2021 07:47:43 +0000 (08:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 21:53:25 +0000 (13:53 -0800)
commit32d5c3ffb4c9be32af8dc1ce73374389cee7ce0a
treea2efa396aec5672a48a6238aa033027cef6cea39
parent7d35829e1661fa5fb35a3095349e0ccb929b1bc7
net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/G

According to the datasheet of the IP101A/G there is no revision field
and MII_PHYSID2 always reads as 0x0c54. Use PHY_ID_MATCH_EXACT() then.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/icplus.c