From: Grygorii Strashko Date: Tue, 20 Nov 2018 01:24:21 +0000 (-0600) Subject: phy: core: add PHY_MODE_ETHERNET X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2af8caeee47846a84bc96abc3a72f7c991153040;p=linux.git phy: core: add PHY_MODE_ETHERNET Add new PHY's mode to be used by Ethernet PHY interface drivers or multipurpose PHYs like serdes. It will be reused in further changes. Signed-off-by: Grygorii Strashko Signed-off-by: Kishon Vijay Abraham I --- diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index b17e7709c5dc5..02c9ef0c8fffe 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -42,6 +42,7 @@ enum phy_mode { PHY_MODE_UFS_HS_A, PHY_MODE_UFS_HS_B, PHY_MODE_PCIE, + PHY_MODE_ETHERNET, }; /**