[PATCH RFC 3/9] dt-bindings: display: bridge: tc358762: Add some missing properties

From: Andreas Kemnade

Date: Tue Sep 22 2026 - 02:21:37 EST


The TC358762 can act as an SPI master with two CS for controlling DPI
slave devices. Add a spi subnode for that.
Add a property to describe number of DSI data lanes. If two lanes
are used, an external clock is required.

There is the LPTXTIMECNT register which needs to be set to a non-standard
value on Epson Moverio BT-200, add a property for it. I know nothing about
it besides the required value.
---
.../bindings/display/bridge/toshiba,tc358762.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
index 6c1de0b21722..0e380f2a56e6 100644
--- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
@@ -44,6 +44,20 @@ properties:
required:
- port@1

+ spi:
+ $ref: /schemas/spi/spi-controller.yaml#
+ unevaluatedProperties: false
+
+ dsi-lanes:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [1, 2]
+
+ toshiba,lptxtimecnt:
+ $ref: /schemas/types.yaml#/definitions/uint32
+
+ clocks:
+ maxItems: 1
+
required:
- compatible
- reg

--
2.47.3