phy: Add MIPI D-PHY mode
authorMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 7 Dec 2018 13:55:28 +0000 (14:55 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 12 Dec 2018 04:31:47 +0000 (10:01 +0530)
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>
include/linux/phy/phy.h

index 79da05a3e28d7a6b2356b8433e1c2b5902727bde..453f21834685cdbe778691f523543a58a5badf82 100644 (file)
@@ -39,6 +39,7 @@ enum phy_mode {
        PHY_MODE_UFS_HS_B,
        PHY_MODE_PCIE,
        PHY_MODE_ETHERNET,
+       PHY_MODE_MIPI_DPHY,
 };
 
 /**