aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/phy/phy.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-12-07 14:55:28 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2018-12-12 10:01:47 +0530
commitc8457828ff481411dca4cdea944c1a0980c862e1 (patch)
treed7f21dcbde714c95bb0fb9b3085dece1feb998f5 /include/linux/phy/phy.h
parentphy: add driver for Freescale i.MX8MQ USB3 PHY (diff)
downloadwireguard-linux-c8457828ff481411dca4cdea944c1a0980c862e1.tar.xz
wireguard-linux-c8457828ff481411dca4cdea944c1a0980c862e1.zip
phy: Add MIPI D-PHY mode
MIPI D-PHY is a MIPI standard meant mostly for display and cameras in embedded systems. Add a mode for it. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/phy/phy.h')
-rw-r--r--include/linux/phy/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 79da05a3e28d..453f21834685 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -39,6 +39,7 @@ enum phy_mode {
PHY_MODE_UFS_HS_B,
PHY_MODE_PCIE,
PHY_MODE_ETHERNET,
+ PHY_MODE_MIPI_DPHY,
};
/**