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
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