OSDN Git Service

phy: add PHY_MODE_LVDS
authorHeiko Stuebner <heiko@sntech.de>
Wed, 23 Oct 2019 22:38:49 +0000 (00:38 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 31 Oct 2019 11:24:00 +0000 (16:54 +0530)
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@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
include/linux/phy/phy.h

index 15032f1..56d3a10 100644 (file)
@@ -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,
 };
 
 /**