Skip to content

Commit

Permalink
phy: add PHY_MODE_LVDS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner authored and Kishon Vijay Abraham I committed Oct 31, 2019
1 parent a228890 commit 711b2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/phy/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/**
Expand Down

0 comments on commit 711b2bf

Please sign in to comment.