2022-09-30 14:20:21

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: dp-connector: Fix the property name for dp pwr

On Fri, Sep 30, 2022 at 8:29 AM Rahul T R <[email protected]> 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 <[email protected]>
> Reported-by: Nishanth Menon <[email protected]>
> ---
> .../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


2022-09-30 14:44:27

by Rahul T R

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: dp-connector: Fix the property name for dp pwr

Hi Rob,

On 09:14-20220930, Rob Herring wrote:
> On Fri, Sep 30, 2022 at 8:29 AM Rahul T R <[email protected]> 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 <[email protected]>
> > Reported-by: Nishanth Menon <[email protected]>
> > ---
> > .../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