On 8/25/21 6:26 PM, Rob Herring wrote:
Signed-off-by: Daniels Umanovskis <du@xxxxxxxxxx>
---
.../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
index d101233ae17..1aca6c1a8e0 100644
--- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
@@ -32,6 +32,10 @@ properties:
maxItems: 1
description: GPIO specifier for bridge_en pin (active high).
+ enable-panel-gpios:
+ maxItems: 1
+ description: GPIO specifier for the panel's enable pin (active high).
+
There's already the common 'enable-gpios' property. Use that.
Could you clarify if you're suggesting a change to the driver instead?
The driver uses enable-gpios to specify one GPIO (the bridge's EN pin),
and optionally enable-panel-gpios for the panel. The patch was intended
to document that behavior.