From: Heiko Stuebner Date: Wed, 23 Oct 2019 22:38:49 +0000 (+0200) Subject: phy: add PHY_MODE_LVDS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=711b2bfba748b5adf8ad837b490b393197279203;p=linux.git phy: add PHY_MODE_LVDS There are combo phys out there that can be switched between doing dsi and lvds. So add a mode definition for it. Signed-off-by: Heiko Stuebner Signed-off-by: Kishon Vijay Abraham I --- diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 15032f1450631..56d3a100006a8 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -38,7 +38,8 @@ enum phy_mode { PHY_MODE_PCIE, PHY_MODE_ETHERNET, PHY_MODE_MIPI_DPHY, - PHY_MODE_SATA + PHY_MODE_SATA, + PHY_MODE_LVDS, }; /**