diff options
| author | Raphael Gallais-Pou <[email protected]> | 2025-09-04 14:53:07 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:43:40 -0600 |
| commit | 16cfbbbe2b513f3c93474ca247b955a6ac281f1a (patch) | |
| tree | 98f4586799be0c18f7a2524d4f19a367700c23ef /doc | |
| parent | a58312b3c2108382543cf4e95f1262716a68c511 (diff) | |
video: stm32: STM32 driver support for LVDS
The LVDS Display Interface Transmitter handles the LVDS protocol:
it maps the pixels received from the upstream Pixel-DMA (LTDC)
onto the LVDS PHY.
The LVDS controller driver supports the following high-level features:
• FDP-Link-I and OpenLDI (v0.95) protocols
• Single-Link or Dual-Link operation
• Single-Display or Double-Display (with the same content
duplicated on both)
• Flexible Bit-Mapping, including JEIDA and VESA
• RGB888 or RGB666 output
• Synchronous design, with one input pixel per clock cycle
• No resolution limitation.
Acked-by: Yannick Fertre <[email protected]>
Signed-off-by: Raphael Gallais-Pou <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/st/st-dt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/board/st/st-dt.rst b/doc/board/st/st-dt.rst index 2a285c81807..28cada97e72 100644 --- a/doc/board/st/st-dt.rst +++ b/doc/board/st/st-dt.rst @@ -25,6 +25,7 @@ kernel binding directory = Documentation/devicetree/bindings/ * display - display/st,stm32-dsi.yaml - display/st,stm32-ltdc.yaml + - display/st,stm32mp25-lvds.yaml * gpio - pinctrl/st,stm32-pinctrl.yaml * hwlock |
