Ver código fonte

phy: core: add PHY_MODE_ETHERNET

commit 2af8caeee47846a84bc96abc3a72f7c991153040 upstream.

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 <grygorii.strashko@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Grygorii Strashko 7 anos atrás
pai
commit
2f677951d6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      include/linux/phy/phy.h

+ 1 - 0
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,
 };
 
 /**