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:
Shawn Lin
2018-10-31 18:11:33 +08:00
committed by Tao Huang
parent 1f6d52bfca
commit 77b7a28fbf

View File

@@ -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,