From: Maxime Ripard Date: Fri, 7 Dec 2018 13:55:28 +0000 (+0100) Subject: phy: Add MIPI D-PHY mode X-Git-Tag: v5.4-rc1~1927^2~17^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8457828ff481411dca4cdea944c1a0980c862e1;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Sakari Ailus Signed-off-by: Maxime Ripard Signed-off-by: Kishon Vijay Abraham I --- diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 79da05a..453f218 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, }; /**