diff options
| author | Marek Vasut <[email protected]> | 2021-12-18 15:23:09 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-01-27 08:25:57 +0000 |
| commit | 1d61d359c284e027fb086bceee42dbb34f06abb2 (patch) | |
| tree | d1c61cb1ab77c618ef27d5363fd457663435509c | |
| parent | drm: Add TODO item for requesting memory regions (diff) | |
| download | kernel-1d61d359c284e027fb086bceee42dbb34f06abb2.tar.gz kernel-1d61d359c284e027fb086bceee42dbb34f06abb2.zip | |
dt-bindings: display: bridge: lvds-codec: Document TI DS90CF364A decoder
Add compatible string for TI DS90CF364A, which is another LVDS to DPI
decoder similar to DS90CF384A, except it is using smaller package and
only provides 18bit DPI bus.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: [email protected]
To: [email protected]
Reviewed-by: Laurent Pinchart <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml index 708de84ac138..080c59f5118b 100644 --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml @@ -39,6 +39,7 @@ properties: - const: lvds-encoder # Generic LVDS encoder compatible fallback - items: - enum: + - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver - const: lvds-decoder # Generic LVDS decoders compatible fallback - enum: |
