浏览代码

phy: Add MIPI D-PHY mode

commit c8457828ff481411dca4cdea944c1a0980c862e1 upstream.

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>
Maxime Ripard 7 年之前
父节点
当前提交
71721abf47
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/phy/phy.h

+ 1 - 0
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,
 };
 
 /**