mbox series

[0/4] Cleanup OMAP Mailbox nodes for YAML binding

Message ID 20210518173645.12270-1-s-anna@ti.com
Headers show
Series Cleanup OMAP Mailbox nodes for YAML binding | expand

Message

Suman Anna May 18, 2021, 5:36 p.m. UTC
Hi Tony,

The following series is minor cleanups in the OMAP Mailbox nodes
on various OMAP2+ SoCs. The changes are to bring the nodes in
compliance with the OMAP Mailbox YAML binding conversion [1]. The
changes can be applied independent of the YAML conversion, and
all the dtbs_check warnings around Mailbox nodes should be gone
once all the dts patches and binding conversion are merged.

regards
Suman

[1] http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210518172022.10562-1-s-anna@ti.com/

Suman Anna (4):
  ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
  ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes
  ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node
  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names

 arch/arm/boot/dts/am33xx-l4.dtsi            | 2 +-
 arch/arm/boot/dts/am437x-l4.dtsi            | 2 +-
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts   | 8 ++++----
 arch/arm/boot/dts/dm816x.dtsi               | 2 +-
 arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi  | 6 +++---
 arch/arm/boot/dts/dra72x.dtsi               | 6 +++---
 arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi | 2 +-
 arch/arm/boot/dts/dra74x.dtsi               | 8 ++++----
 arch/arm/boot/dts/omap2420.dtsi             | 5 ++---
 arch/arm/boot/dts/omap2430.dtsi             | 2 +-
 arch/arm/boot/dts/omap3.dtsi                | 2 +-
 arch/arm/boot/dts/omap4-l4.dtsi             | 4 ++--
 arch/arm/boot/dts/omap5-l4.dtsi             | 4 ++--
 13 files changed, 26 insertions(+), 27 deletions(-)

Comments

Tony Lindgren May 27, 2021, 12:13 p.m. UTC | #1
* Suman Anna <s-anna@ti.com> [210518 20:37]:
> Hi Tony,

> 

> The following series is minor cleanups in the OMAP Mailbox nodes

> on various OMAP2+ SoCs. The changes are to bring the nodes in

> compliance with the OMAP Mailbox YAML binding conversion [1]. The

> changes can be applied independent of the YAML conversion, and

> all the dtbs_check warnings around Mailbox nodes should be gone

> once all the dts patches and binding conversion are merged.


Applying into omap-for-v5.14/dt thanks,

Tony