mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +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: Simon Xue <xxm@rock-chips.com> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -43,6 +43,8 @@ enum phy_mode {
|
||||
PHY_MODE_VIDEO_MIPI,
|
||||
PHY_MODE_VIDEO_LVDS,
|
||||
PHY_MODE_VIDEO_TTL,
|
||||
PHY_MODE_PCIE_RC,
|
||||
PHY_MODE_PCIE_EP,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user