diff mbox series

[1/2] dt-bindings: dp-connector: Fix the property name for dp pwr

Message ID 20220930132842.23421-2-r-ravikumar@ti.com
State Changes Requested, archived
Headers show
Series Fix dp-pwr property in dp-connector binding | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Rahul T R Sept. 30, 2022, 1:28 p.m. UTC
Property name for DisplayPort regulator is not matching in
the binding and the driver implementation. Fix the same
in the binding

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Reported-by: Nishanth Menon <nm@ti.com>
---
 .../devicetree/bindings/display/connector/dp-connector.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring Sept. 30, 2022, 2:14 p.m. UTC | #1
On Fri, Sep 30, 2022 at 8:29 AM Rahul T R <r-ravikumar@ti.com> wrote:
>
> Property name for DisplayPort regulator is not matching in
> the binding and the driver implementation. Fix the same
> in the binding
>
> Signed-off-by: Rahul T R <r-ravikumar@ti.com>
> Reported-by: Nishanth Menon <nm@ti.com>
> ---
>  .../devicetree/bindings/display/connector/dp-connector.yaml     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

NAK. The binding is correct.

Are you confused that the regulator framework appends '-supply' for you?

Rob
Rahul T R Sept. 30, 2022, 2:27 p.m. UTC | #2
Hi Rob,

On 09:14-20220930, Rob Herring wrote:
> On Fri, Sep 30, 2022 at 8:29 AM Rahul T R <r-ravikumar@ti.com> wrote:
> >
> > Property name for DisplayPort regulator is not matching in
> > the binding and the driver implementation. Fix the same
> > in the binding
> >
> > Signed-off-by: Rahul T R <r-ravikumar@ti.com>
> > Reported-by: Nishanth Menon <nm@ti.com>
> > ---
> >  .../devicetree/bindings/display/connector/dp-connector.yaml     | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> NAK. The binding is correct.
> 
> Are you confused that the regulator framework appends '-supply' for you?
> 
> Rob

Thanks for pointing this out
I was confused about the difference in the property name
now I get it
Please ignore this set

Regards
Rahul T R
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
index 22792a79e7ce..529d3f11ac16 100644
--- a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
+++ b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
@@ -24,7 +24,7 @@  properties:
     description: A GPIO line connected to HPD
     maxItems: 1
 
-  dp-pwr-supply:
+  dp-pwr:
     description: Power supply for the DP_PWR pin
 
   port: