Commit 711b2bfb authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Kishon Vijay Abraham I
Browse files

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: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent a228890f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,
};

/**