commit | 68e6ecadc551250a73ff28e970440955f3e46ac2 | [log] [tgz] |
---|---|---|
author | Phil Edworthy <PHIL.EDWORTHY@renesas.com> | Wed May 24 14:43:06 2017 +0100 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Jun 02 14:44:19 2017 -0500 |
tree | 9e5f2634622400995dc31fbf80a2fc28004e63f7 | |
parent | c08248d601e939ababe1642d11be63d0c14c7d1a [diff] |
net: phy: marvell 88e151x: Fix handling of RGMII interface types The 88E1518 code is programming the wrong registers for rgmii-id, rgmii-txid and rgmii-rxid interfaces. Since the PHY defaults to rgmii-id, it would appear that the code was previously only used with sgmii and rgmii-id interfaces. Tested on 88E1512 PHY in rgmii-id mode which is from the same family as 88E1518. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>