mbox series

[0/5] Use mboxes in smsm node for all dtsi where possible

Message ID 20240619-smsm-mbox-dts-v1-0-268ab7eef779@lucaweiss.eu
Headers show
Series Use mboxes in smsm node for all dtsi where possible | expand

Message

Luca Weiss June 19, 2024, 4:42 p.m. UTC
With the binding and driver patches queued for 6.11[0][1], it's time to
update the dtsi files to use the new binding.

[0] https://lore.kernel.org/linux-arm-msm/171840533352.102487.9576671528001022676.b4-ty@kernel.org/
[1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=drivers-for-6.11

@Bjorn: I think this makes sense to only apply these patches for 6.12 so
that also in the arm64 tree the driver will exist already, so git bisect
is not impeded by that.

Patches are just compile-tested.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
Luca Weiss (5):
      ARM: dts: qcom: msm8974: Use mboxes in smsm node
      arm64: dts: qcom: msm8916: Use mboxes in smsm node
      arm64: dts: qcom: msm8939: Use mboxes in smsm node
      arm64: dts: qcom: msm8953: Use mboxes in smsm node
      arm64: dts: qcom: msm8976: Use mboxes in smsm node

 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 4 +---
 arch/arm64/boot/dts/qcom/msm8916.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8939.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8953.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8976.dtsi    | 4 +---
 5 files changed, 5 insertions(+), 12 deletions(-)
---
base-commit: 2102cb0d050d34d50b9642a3a50861787527e922
change-id: 20240619-smsm-mbox-dts-3ee9daadf81b

Best regards,