mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
phy: add PCIE_EP and PCIE_RC modes
Innosilicon combophy for PCIe still need different configuration between EP and RC mode. Change-Id: Ie1f14e63785f44d84a2b3a154990c6a54eb1156e Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -24,6 +24,8 @@ struct phy;
|
||||
|
||||
enum phy_mode {
|
||||
PHY_MODE_INVALID,
|
||||
PHY_MODE_PCIE_EP,
|
||||
PHY_MODE_PCIE_RC,
|
||||
PHY_MODE_USB_HOST,
|
||||
PHY_MODE_USB_DEVICE,
|
||||
PHY_MODE_USB_OTG,
|
||||
|
||||
Reference in New Issue
Block a user