aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2019-10-24 00:38:49 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2019-10-31 16:54:00 +0530
commit711b2bfba748b5adf8ad837b490b393197279203 (patch)
tree5082023ca975d8f550913bb920d5efc2de9bf253 /include/linux/phy
parentphy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC (diff)
downloadlinux-dev-711b2bfba748b5adf8ad837b490b393197279203.tar.xz
linux-dev-711b2bfba748b5adf8ad837b490b393197279203.zip
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>
Diffstat (limited to 'include/linux/phy')
-rw-r--r--include/linux/phy/phy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 15032f145063..56d3a100006a 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -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,
};
/**