Commit b7de4ba7 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Neil Armstrong
Browse files

dt-bindings: display: bridge: lvds-codec: Document ti, ds90cf384a



The DS90CF384A from TI is a transparent LVDS receiver (decoder),
and therefore it is compatible with the lvds-codec driver and
bindings.

Document the ti,ds90cf384a compatible string with the dt-bindings.
No driver change required.

Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1573660292-10629-10-git-send-email-fabrizio.castro@bp.renesas.com
parent 575af8ec
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ properties:
          - ti,ds90c187       # For the TI DS90C187 FPD-Link Serializer
          - ti,sn75lvds83     # For the TI SN75LVDS83 FlatLink transmitter
        - const: lvds-encoder # Generic LVDS encoder compatible fallback
      - items:
        - enum:
          - ti,ds90cf384a     # For the DS90CF384A FPD-Link LVDS Receiver
        - const: lvds-decoder # Generic LVDS decoders compatible fallback

  ports:
@@ -102,7 +105,7 @@ examples:

  - |
    lvds-decoder {
      compatible = "lvds-decoder";
      compatible = "ti,ds90cf384a", "lvds-decoder";

      ports {
        #address-cells = <1>;