Add support for interface mode USXGMII. On Freescale boards LS1043A and LS1046A a warning may pop up now because mode xgmii should be changed to usxgmii (as the used Aquantia PHY doesn't support XGMII). Heiner Kallweit (3): net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII dt-bindings: net: document new usxgmii phy mode net: phy: aquantia: add USXGMII support and warn if XGMII mode is set Documentation/devicetree/bindings/net/ethernet.txt | 1 + drivers/net/phy/aquantia_main.c | 8 ++++++++ include/linux/phy.h | 3 +++ 3 files changed, 12 insertions(+) -- 2.21.0