1
0
Fork 0

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 <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
alistair/sunxi64-5.5-dsi
Heiko Stuebner 2019-10-24 00:38:49 +02:00 committed by Kishon Vijay Abraham I
parent a228890f94
commit 711b2bfba7
1 changed files with 2 additions and 1 deletions

View 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,
};
/**