mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
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 <grygorii.strashko@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
79a5a18aa9
commit
2af8caeee4
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ enum phy_mode {
|
||||||
PHY_MODE_UFS_HS_A,
|
PHY_MODE_UFS_HS_A,
|
||||||
PHY_MODE_UFS_HS_B,
|
PHY_MODE_UFS_HS_B,
|
||||||
PHY_MODE_PCIE,
|
PHY_MODE_PCIE,
|
||||||
|
PHY_MODE_ETHERNET,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue