dt-bindings: display: bridge: Add documentation for LT9611UXC
Lontium LT9611UXC is a DSI to HDMI bridge which supports 2 DSI ports and I2S port as input and one HDMI port as output. The LT9611UXC chip is handled by a separate driver, but the bindings used are fully compatible with the LT9611 chip, so let's reuse the lt9611.yaml schema. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Vinod Koul <vkoul@kernel.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20201102011435.1100930-2-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
0848fdf1be
commit
25d7361ff9
|
@ -4,18 +4,19 @@
|
||||||
$id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml#
|
$id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Lontium LT9611 2 Port MIPI to HDMI Bridge
|
title: Lontium LT9611(UXC) 2 Port MIPI to HDMI Bridge
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Vinod Koul <vkoul@kernel.org>
|
- Vinod Koul <vkoul@kernel.org>
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
The LT9611 is a bridge device which converts DSI to HDMI
|
The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
- lontium,lt9611
|
- lontium,lt9611
|
||||||
|
- lontium,lt9611uxc
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
Loading…
Reference in New Issue