From eb83cb510979f6b47da7f14c0ee42cbeb746534c Mon Sep 17 00:00:00 2001 From: Dominik Haller Date: Fri, 30 Jan 2026 12:58:15 -0800 Subject: [PATCH] dt-bindings: display: bridge: lt8912b: Drop reset gpio requirement Drop the gpio reset from the list of required properties. The bridge works fine with a reset not managed by Linux. In the driver itself the gpio is already flagged as optional. Signed-off-by: Dominik Haller Link: https://patch.msgid.link/20260130205820.83189-6-d.haller@phytec.de Signed-off-by: Rob Herring (Arm) --- .../devicetree/bindings/display/bridge/lontium,lt8912b.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml index 2cef252157985..63f000ebc9c5e 100644 --- a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml +++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml @@ -79,7 +79,6 @@ properties: required: - compatible - reg - - reset-gpios - ports additionalProperties: false -- 2.47.3