All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: freescale: Add i.MX8qm Mixel LVDS PHY support
@ 2022-06-18  9:21 ` Liu Ying
  0 siblings, 0 replies; 33+ messages in thread
From: Liu Ying @ 2022-06-18  9:21 UTC (permalink / raw)
  To: linux-phy, devicetree, linux-arm-kernel, linux-kernel
  Cc: kishon, vkoul, robh+dt, krzysztof.kozlowski+dt, shawnguo,
	s.hauer, kernel, festevam, linux-imx

Hi,

This series aims to add Freescale i.MX8qm LVDS PHY driver andi dt-binding
support.

The PHY IP is from Mixel, Inc.
The PHY IP supports two LVDS PHYs, thus two LVDS channels.

Each LVDS PHY may work by itself to support a LVDS display device.

When two LVDS PHYs are enabled simultaneously, PHY configurations and reference
clock rate have to be the same since there is only one set of PHY registers.
In this case, the two LVDS PHYs are usually used to support a dual LVDS link
display device, one as master PHY and the other as slave PHY.

Patch 1/2 adds dt-binding for the PHY IP.
Patch 2/2 adds PHY driver support.

Liu Ying (2):
  dt-bindings: phy: Add Freescale i.MX8qm Mixel LVDS PHY binding
  phy: freescale: Add i.MX8qm Mixel LVDS PHY support

 .../bindings/phy/mixel,lvds-phy.yaml          |  64 +++
 drivers/phy/freescale/Kconfig                 |   9 +
 drivers/phy/freescale/Makefile                |   1 +
 .../phy/freescale/phy-fsl-imx8qm-lvds-phy.c   | 448 ++++++++++++++++++
 4 files changed, 522 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/mixel,lvds-phy.yaml
 create mode 100644 drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c

-- 
2.25.1


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

end of thread, other threads:[~2022-06-20 12:10 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-18  9:21 [PATCH 0/2] phy: freescale: Add i.MX8qm Mixel LVDS PHY support Liu Ying
2022-06-18  9:21 ` Liu Ying
2022-06-18  9:21 ` Liu Ying
2022-06-18  9:22 ` [PATCH 1/2] dt-bindings: phy: Add Freescale i.MX8qm Mixel LVDS PHY binding Liu Ying
2022-06-18  9:22   ` Liu Ying
2022-06-18  9:22   ` Liu Ying
2022-06-19 12:11   ` Krzysztof Kozlowski
2022-06-19 12:11     ` Krzysztof Kozlowski
2022-06-19 12:11     ` Krzysztof Kozlowski
2022-06-20  3:06     ` Liu Ying
2022-06-20  3:06       ` Liu Ying
2022-06-20  3:06       ` Liu Ying
2022-06-20  7:35       ` Krzysztof Kozlowski
2022-06-20  7:35         ` Krzysztof Kozlowski
2022-06-20  7:35         ` Krzysztof Kozlowski
2022-06-20  7:56         ` Liu Ying
2022-06-20  7:56           ` Liu Ying
2022-06-20  7:56           ` Liu Ying
2022-06-20 10:38           ` Krzysztof Kozlowski
2022-06-20 10:38             ` Krzysztof Kozlowski
2022-06-20 10:38             ` Krzysztof Kozlowski
2022-06-20 12:08             ` Liu Ying
2022-06-20 12:08               ` Liu Ying
2022-06-20 12:08               ` Liu Ying
2022-06-18  9:22 ` [PATCH 2/2] phy: freescale: Add i.MX8qm Mixel LVDS PHY support Liu Ying
2022-06-18  9:22   ` Liu Ying
2022-06-18  9:22   ` Liu Ying
2022-06-19 12:15   ` Krzysztof Kozlowski
2022-06-19 12:15     ` Krzysztof Kozlowski
2022-06-19 12:15     ` Krzysztof Kozlowski
2022-06-20  3:08     ` Liu Ying
2022-06-20  3:08       ` Liu Ying
2022-06-20  3:08       ` Liu Ying

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.