From 078b39c9e4ba849947ded1c887bd55afdea98d65 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Tue, 18 Jul 2023 10:44:11 +0200 Subject: [PATCH] dt-bindings: display: bridge: tc358867: Add interrupt property This bridge has an interrupt line for event signaling. Add the corresponding property. Signed-off-by: Alexander Stein Reviewed-by: Krzysztof Kozlowski Signed-off-by: Neil Armstrong Link: https://patchwork.freedesktop.org/patch/msgid/20230718084411.1189831-1-alexander.stein@ew.tq-group.com --- Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml index 0521261..ae894d9 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml @@ -49,6 +49,9 @@ properties: description: | OF device-tree gpio specification for RSTX pin(active low system reset) + interrupts: + maxItems: 1 + toshiba,hpd-pin: $ref: /schemas/types.yaml#/definitions/uint32 enum: -- 2.7.4