mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02: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:
parent
1f6d52bfca
commit
77b7a28fbf
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user