linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] phy: add PHY_MODE_LVDS
@ 2019-10-23 22:38 Heiko Stuebner
  2019-10-23 22:38 ` [PATCH 2/3] dt-bindings: phy: add yaml binding for rockchip,px30-dsi-dphy Heiko Stuebner
  2019-10-23 22:38 ` [PATCH 3/3] phy/rockchip: Add support for Innosilicon MIPI/LVDS/TTL PHY Heiko Stuebner
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2019-10-23 22:38 UTC (permalink / raw)
  To: kishon
  Cc: robh+dt, mark.rutland, bivvy.bi, linux-kernel, devicetree,
	linux-arm-kernel, linux-rockchip, christoph.muellner,
	Heiko Stuebner

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>
---
 include/linux/phy/phy.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-29 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 22:38 [PATCH 1/3] phy: add PHY_MODE_LVDS Heiko Stuebner
2019-10-23 22:38 ` [PATCH 2/3] dt-bindings: phy: add yaml binding for rockchip,px30-dsi-dphy Heiko Stuebner
2019-10-29 19:16   ` Rob Herring
2019-10-23 22:38 ` [PATCH 3/3] phy/rockchip: Add support for Innosilicon MIPI/LVDS/TTL PHY Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).