mbox series

[0/2] Two apcs-kpss-global.yaml fixes

Message ID 20220630043536.3308546-1-bryan.odonoghue@linaro.org (mailing list archive)
Headers show
Series Two apcs-kpss-global.yaml fixes | expand

Message

Bryan O'Donoghue June 30, 2022, 4:35 a.m. UTC
Adding in msm8939.dtsi and running the binding checks is throwing up two
errors for me.

In the first instance we use syscon on the 8939 and should declare it in
the compat list. Doing a quick grep it looks like that fix should be
applied to a number of existing declarations too.

In the second instance we just need to document clock-output-names for the
a53 mux PLL.

Bryan O'Donoghue (2):
  dt-bindings: mailbox: qcom: Add syscon const for relevant entries
  dt-bindings: mailbox: qcom: Add clock-output-names

 .../mailbox/qcom,apcs-kpss-global.yaml        | 49 +++++++++++--------
 1 file changed, 29 insertions(+), 20 deletions(-)