diff options
author | Maxime Ripard | 2018-12-07 14:55:28 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I | 2018-12-12 10:01:47 +0530 |
commit | c8457828ff481411dca4cdea944c1a0980c862e1 (patch) | |
tree | d7f21dcbde714c95bb0fb9b3085dece1feb998f5 /include/linux/phy | |
parent | efe81bea891586680a928ea5dde40eb1fff34be2 (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/phy')
-rw-r--r-- | include/linux/phy/phy.h | 1 |
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, }; /** |