OSDN Git Service

net: phy: Add DP83825I to the DP83822 driver
authorDan Murphy <dmurphy@ti.com>
Wed, 20 Mar 2019 12:36:55 +0000 (07:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2019 20:21:14 +0000 (13:21 -0700)
commit06acc17a96215a11134114aee26532b12dc8fde1
tree541274c17a0a5be3fda463acc636e522e00991f7
parente0831ef7160eb1d6f7a4b6867ea9d36e4f72b58a
net: phy: Add DP83825I to the DP83822 driver

Add the DP83825I ethernet PHY to the DP83822 driver.
These devices share the same WoL register bits and addresses.

The phy_driver init was made into a macro as there may be future
devices appended to this driver that will share the register space.

http://www.ti.com/lit/gpn/dp83825i

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83822.c