projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a228890
)
phy: add PHY_MODE_LVDS
author
Heiko Stuebner
<heiko@sntech.de>
Wed, 23 Oct 2019 22:38:49 +0000
(
00:38
+0200)
committer
Kishon 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
patch
|
blob
|
history
diff --git
a/include/linux/phy/phy.h
b/include/linux/phy/phy.h
index
15032f1
..
56d3a10
100644
(file)
--- 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,
};
/**