Skip to content

Commit efcfac3

Browse files
tmlindrobertfoss
authored andcommitted
dt-bindings: display: bridge: tc358775: Add support for tc358765
The tc358765 is similar to tc358775. The tc358765 just an earlier version of the hardware, and it's pin and register compatible with tc358775 for most part. From the binding point of view the only difference is that the tc358765 does not have stdby-gpios. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Robert Foss <rfoss@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240225062008.33191-4-tony@atomide.com
1 parent 497f0a1 commit efcfac3

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Vinay Simha BN <simhavcs@gmail.com>
1111

1212
description: |
13-
This binding supports DSI to LVDS bridge TC358775
13+
This binding supports DSI to LVDS bridges TC358765 and TC358775
1414
1515
MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
1616
Video frame size:
@@ -21,7 +21,9 @@ description: |
2121
2222
properties:
2323
compatible:
24-
const: toshiba,tc358775
24+
enum:
25+
- toshiba,tc358765
26+
- toshiba,tc358775
2527

2628
reg:
2729
maxItems: 1
@@ -89,6 +91,16 @@ required:
8991
- reset-gpios
9092
- ports
9193

94+
allOf:
95+
- if:
96+
properties:
97+
compatible:
98+
contains:
99+
const: toshiba,tc358765
100+
then:
101+
properties:
102+
stby-gpios: false
103+
92104
additionalProperties: false
93105

94106
examples:

0 commit comments

Comments
 (0)