diff options
author | Laurent Pinchart <[email protected]> | 2021-06-24 03:02:59 +0300 |
---|---|---|
committer | Robert Foss <[email protected]> | 2021-06-24 13:38:38 +0200 |
commit | 0715786771f24190b3f2dcdcaf2af263c1ef46eb (patch) | |
tree | e3288e4b420d40bae9f84381320dd8d5a23c4588 | |
parent | 7fdc48cc63a30fa3480d18bdd8c5fff2b9b15212 (diff) |
dt-bindings: drm/bridge: ti-sn65dsi8: Make enable GPIO optional
The SN65DSI86 EN pin can be hardwired to a high level, or connected to a
global reset signal, not controllable by the kernel. Make it optional in
those cases.
Signed-off-by: Laurent Pinchart <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Robert Foss <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml index 12b876a20574..1c2daf7c24cc 100644 --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml @@ -153,7 +153,6 @@ properties: required: - compatible - reg - - enable-gpios - vccio-supply - vpll-supply - vcca-supply |