phy: add PHY_MODE_LVDS
From: Heiko Stuebner <heiko@...> Date: Tue, 13 Aug 2019 19:26:08 +0200
Commit-Message
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 <heiko@...>
Patch-Comment
include/linux/phy/phy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Statistics
- 2 lines added
- 1 lines removed
Changes
--------------------------- include/linux/phy/phy.h ----------------------------
index 15032f145063..56d3a100006a 100644
@@ -38,7 +38,8 @@ enum phy_mode {
PHY_MODE_PCIE,
PHY_MODE_ETHERNET,
PHY_MODE_MIPI_DPHY,
+ PHY_MODE_SATA,
+ PHY_MODE_LVDS,
};
/**