aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-12-07 08:55:28 -0500
committerKishon Vijay Abraham I <kishon@ti.com>2018-12-11 23:31:47 -0500
commitc8457828ff481411dca4cdea944c1a0980c862e1 (patch)
treed7f21dcbde714c95bb0fb9b3085dece1feb998f5 /include/linux
parentefe81bea891586680a928ea5dde40eb1fff34be2 (diff)
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')
-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 {
39 PHY_MODE_UFS_HS_B, 39 PHY_MODE_UFS_HS_B,
40 PHY_MODE_PCIE, 40 PHY_MODE_PCIE,
41 PHY_MODE_ETHERNET, 41 PHY_MODE_ETHERNET,
42 PHY_MODE_MIPI_DPHY,
42}; 43};
43 44
44/** 45/**