mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
dt-bindings: display: waveshare,dsp2dpi: describe DSI2LVDS setup
Several the Waveshare DSI LCD panel kits use DSI2LVDS ICN6202 bridge together with the LVDS panels. Define new compatible for the on-kit bridge setup (it is not itmized and it uses Waveshare prefix since the rest of the integration details are not known). Note: the ICN6202 / ICN6211 bridges are completely handled by the board itself, they should not be programmed by the host (which otherwise might override correct params), etc. As such, it doesn't make sense to use those in the compat strings. I consider those to be an internal detail of the setup. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260412-ws-lcd-v3-1-db22c2631828@oss.qualcomm.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
This commit is contained in:
parent
07853e9542
commit
7fd2875a93
|
|
@ -10,11 +10,14 @@ maintainers:
|
|||
- Joseph Guo <qijian.guo@nxp.com>
|
||||
|
||||
description:
|
||||
Waveshare bridge board is part of Waveshare panel which converts DSI to DPI.
|
||||
Waveshare bridge board is part of Waveshare panel which converts DSI to DPI
|
||||
or LVDS.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: waveshare,dsi2dpi
|
||||
enum:
|
||||
- waveshare,dsi2dpi
|
||||
- waveshare,dsi2lvds
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
@ -53,7 +56,7 @@ properties:
|
|||
port@1:
|
||||
$ref: /schemas/graph.yaml#/properties/port
|
||||
description:
|
||||
Video port for MIPI DPI output panel.
|
||||
Video port for MIPI DPI or LVDS output to the panel.
|
||||
|
||||
required:
|
||||
- port@0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user