Message ID | 20230718084411.1189831-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] dt-bindings: display: bridge: tc358867: Add interrupt property | expand |
On 18/07/2023 10:44, Alexander Stein wrote: > This bridge has an interrupt line for event signaling. Add the > corresponding property. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi, On Tue, 18 Jul 2023 10:44:11 +0200, Alexander Stein wrote: > This bridge has an interrupt line for event signaling. Add the > corresponding property. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/1] dt-bindings: display: bridge: tc358867: Add interrupt property https://cgit.freedesktop.org/drm/drm-misc/commit/?id=078b39c9e4ba849947ded1c887bd55afdea98d65
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml index 0521261b04a9..ae894d996d21 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:
This bridge has an interrupt line for event signaling. Add the corresponding property. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- This fixes warnings like: imx93-tqma9352-mba93xxla.dtb: dp-bridge@f: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358767.yaml# .../devicetree/bindings/display/bridge/toshiba,tc358767.yaml | 3 +++ 1 file changed, 3 insertions(+)