commit | 63cfff9fdeced543eb41093b0a143b4ba03cb0e1 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Tue Apr 24 17:21:13 2018 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon May 14 10:00:15 2018 +0200 |
tree | d97122912a9947460e95f80366c0fec0b17ddd67 | |
parent | fae82c8f83b278c81ad707a133bb2c11bcd12276 [diff] |
phy: marvell: a3700: Use reg_set16 instead of phy_write16 The macro phy_write16 is not used by the rest of the code, phy_read16 is not used at all. We also change the macro SGMIIPHY_ADDR to a static inline function. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de>