From 4ea884cd60592d4a9cad039cdc493c85a487582a Mon Sep 17 00:00:00 2001 From: Simon Xue Date: Thu, 21 Feb 2019 17:31:05 +0800 Subject: [PATCH] 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 Signed-off-by: Shawn Lin --- include/linux/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 7fbe26e097f3..5f7ed6d86e43 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -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, }; /**