diff options
| author | Dominik Haller <d.haller@phytec.de> | 2026-01-30 12:58:15 -0800 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2026-02-09 21:04:53 -0600 |
| commit | eb83cb510979f6b47da7f14c0ee42cbeb746534c (patch) | |
| tree | 93a3679b86fc79515cab62e223a05b2306dc1c69 /Documentation/devicetree | |
| parent | 39451ebcf7fe19f21c65b39b03fbfb90c3d1a350 (diff) | |
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 <d.haller@phytec.de>
Link: https://patch.msgid.link/20260130205820.83189-6-d.haller@phytec.de
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml index 2cef25215798..63f000ebc9c5 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 |
