commit | ee3e2f6a7e52858eeee59565867a46471940c220 | [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 | 4c02f7371299ffbadd0ad5e858cbe088947fc3e1 [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>