2022-04-29 22:23:02

by Jassi Brar

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: mailbox: set correct #clock-cells

On Fri, Apr 29, 2022 at 6:43 AM Robert Marko <[email protected]> wrote:
>
> IPQ6018 and IPQ8074 require #clock-cells to be set to 1 as their APSS
> clock driver provides multiple clock outputs.
>
> So allow setting 1 as #clock-cells and check that its set to 1 for IPQ6018
> and IPQ8074, check others for 0 as its currently.
>
Please include qcom specific marker in the subject line.

thanks.


2022-05-02 09:03:23

by Robert Marko

[permalink] [raw]
Subject: Re: [PATCH 5/6] dt-bindings: mailbox: set correct #clock-cells

On Fri, 29 Apr 2022 at 17:39, Jassi Brar <[email protected]> wrote:
>
> On Fri, Apr 29, 2022 at 6:43 AM Robert Marko <[email protected]> wrote:
> >
> > IPQ6018 and IPQ8074 require #clock-cells to be set to 1 as their APSS
> > clock driver provides multiple clock outputs.
> >
> > So allow setting 1 as #clock-cells and check that its set to 1 for IPQ6018
> > and IPQ8074, check others for 0 as its currently.
> >
> Please include qcom specific marker in the subject line.
Yeah, I see that I forgot to include the actual binding name.

Will fixup in v2.
Regards,
Robert
>
> thanks.