OSDN Git Service

net: phy: at803x: remove config_init for AR9331
authorMichael Walle <michael@walle.cc>
Wed, 6 Nov 2019 22:36:17 +0000 (23:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 05:42:06 +0000 (21:42 -0800)
commited7fa2ad40556557cc0ba12649191680d992ed58
treec83ca5cc3fe0b2031a67f2936fb185f495fe45f4
parent96c3671204b86042cd69dfdf06f4f65997cb9452
net: phy: at803x: remove config_init for AR9331

According to its datasheet, the internal PHY doesn't have debug
registers nor MMDs. Since config_init() only configures delays and
clocks and so on in these registers it won't be needed on this PHY.
Remove it.

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/at803x.c