[PATCH 1/2] dt-bindings: dp-connector: describe enable gpio

Prahlad Valluru posted 2 patches 3 months, 1 week ago
[PATCH 1/2] dt-bindings: dp-connector: describe enable gpio
Posted by Prahlad Valluru 3 months, 1 week ago
In some cases, dp-connector need a gpio for
connector to be enabled. Currently, there is no such
entry so, add enable-gpios for such cases.

Signed-off-by: Prahlad Valluru <venkata.valluru@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/display/connector/dp-connector.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
index 1f2b449dc910..e703b19b7168 100644
--- a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
+++ b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
@@ -20,6 +20,10 @@ properties:
       - full-size
       - mini
 
+  enable-gpios:
+    description: A GPIO line connected to enable connector
+    maxItems: 1
+
   hpd-gpios:
     description: A GPIO line connected to HPD
     maxItems: 1

-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: dp-connector: describe enable gpio
Posted by Krzysztof Kozlowski 3 months, 1 week ago
On 28/10/2025 16:26, Prahlad Valluru wrote:
> In some cases, dp-connector need a gpio for
> connector to be enabled. Currently, there is no such

In what cases? Please describe the hardware because I am surprised to
see that connector need to be enabled. Seems like you are solving
completely different problem.

Best regards,
Krzysztof