commit | bf604bc90b30a7c9d024e3be9b3ad3b0dc3f51c4 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Apr 30 09:21:34 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri May 01 15:40:15 2020 -0700 |
tree | a406354c4653a77d204ea00224067311b95eda4f | |
parent | bf2320a60e687760400cf964ec3e60ceccb90f93 [diff] |
net: dsa: mv88e6xxx: use generic clause 45 definitions The private MV88E6390_PCS_CONTROL_1 definitions in serdes.h reflects the IEEE 802.3 standard PCS control register 1 definitions, only offset by 0x1000 in the PHYXS register space. Rather than inventing our own, use those that already exist, and name the register MV88E6390_10G_CTRL1. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>