]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 15032f1450631fb5a30cf36863f1b8b48f8fc033..56d3a100006a8cdd684c7cfe236c2fe3f3d8f0c5 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,
 };
 
 /**