Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Tony Lindgren and committed by
Robert Foss
efcfac3e 497f0a1b

+14 -2
+14 -2
Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml
··· 10 10 - Vinay Simha BN <simhavcs@gmail.com> 11 11 12 12 description: | 13 - This binding supports DSI to LVDS bridge TC358775 13 + This binding supports DSI to LVDS bridges TC358765 and TC358775 14 14 15 15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane. 16 16 Video frame size: ··· 21 21 22 22 properties: 23 23 compatible: 24 - const: toshiba,tc358775 24 + enum: 25 + - toshiba,tc358765 26 + - toshiba,tc358775 25 27 26 28 reg: 27 29 maxItems: 1 ··· 90 88 - vddio-supply 91 89 - reset-gpios 92 90 - ports 91 + 92 + allOf: 93 + - if: 94 + properties: 95 + compatible: 96 + contains: 97 + const: toshiba,tc358765 98 + then: 99 + properties: 100 + stby-gpios: false 93 101 94 102 additionalProperties: false 95 103