[PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter

Svyatoslav Ryhel posted 3 patches 10 months ago
There is a newer version of this series
[PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
Posted by Svyatoslav Ryhel 10 months ago
From: David Heidelberg <david@ixit.cz>

LVDS transmitter used in the Microsoft Surface RT.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
---
 Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
index 6ceeed76e88e..24e89c1d0c76 100644
--- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
@@ -33,6 +33,7 @@ properties:
     oneOf:
       - items:
           - enum:
+              - idt,v103      # For the Triple 10-BIT LVDS Transmitter
               - ti,ds90c185   # For the TI DS90C185 FPD-Link Serializer
               - ti,ds90c187   # For the TI DS90C187 FPD-Link Serializer
               - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter
-- 
2.43.0
Re: [PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
Posted by Rob Herring (Arm) 9 months, 4 weeks ago
On Thu, 20 Feb 2025 11:44:54 +0200, Svyatoslav Ryhel wrote:
> From: David Heidelberg <david@ixit.cz>
> 
> LVDS transmitter used in the Microsoft Surface RT.
> 
> Signed-off-by: David Heidelberg <david@ixit.cz>
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
Posted by Robert Foss 10 months ago
On Thu, Feb 20, 2025 at 10:45 AM Svyatoslav Ryhel <clamor95@gmail.com> wrote:
>
> From: David Heidelberg <david@ixit.cz>
>
> LVDS transmitter used in the Microsoft Surface RT.
>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
> index 6ceeed76e88e..24e89c1d0c76 100644
> --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
> @@ -33,6 +33,7 @@ properties:
>      oneOf:
>        - items:
>            - enum:
> +              - idt,v103      # For the Triple 10-BIT LVDS Transmitter
>                - ti,ds90c185   # For the TI DS90C185 FPD-Link Serializer
>                - ti,ds90c187   # For the TI DS90C187 FPD-Link Serializer
>                - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter
> --
> 2.43.0
>

Reviewed-by: Robert Foss <rfoss@kernel.org>