Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Maxime Ripard and committed by
Kishon Vijay Abraham I
c8457828 efe81bea

+1
+1
include/linux/phy/phy.h
··· 39 39 PHY_MODE_UFS_HS_B, 40 40 PHY_MODE_PCIE, 41 41 PHY_MODE_ETHERNET, 42 + PHY_MODE_MIPI_DPHY, 42 43 }; 43 44 44 45 /**