Commit c8457828 authored by Maxime Ripard's avatar Maxime Ripard Committed by Kishon Vijay Abraham I

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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent efe81bea
...@@ -39,6 +39,7 @@ enum phy_mode { ...@@ -39,6 +39,7 @@ enum phy_mode {
PHY_MODE_UFS_HS_B, PHY_MODE_UFS_HS_B,
PHY_MODE_PCIE, PHY_MODE_PCIE,
PHY_MODE_ETHERNET, PHY_MODE_ETHERNET,
PHY_MODE_MIPI_DPHY,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment