Re: [PATCH v2] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML

From: Rob Herring (Arm)
Date: Mon Jun 30 2025 - 17:36:39 EST



On Wed, 11 Jun 2025 11:42:09 +0200, J. Neuschäfer wrote:
> As part of a larger effort to bring various PowerPC-related bindings
> into the YAML world, this patch converts msi-pic.txt to YAML and moves
> it into the bindings/interrupt-controller/ directory. The conversion may
> necessarily be a bit hard to read because the binding is quite verbose.
>
> Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx>
> ---
> Changes in v2:
> - Rebase on v6.16-rc1
> - Address Conor Dooley's review comments:
> - Add multiline marker (|) to preserve formatting
> - Split 'reg' list in second example
> - Rewrite version dependent information as an if/else schema
>
> Link to v1: https://lore.kernel.org/r/20250403-msipic-yaml-v1-1-f4248475714f@xxxxxxxxxx
> ---
> ---
> .../interrupt-controller/fsl,mpic-msi.yaml | 161 +++++++++++++++++++++
> .../devicetree/bindings/powerpc/fsl/msi-pic.txt | 111 --------------
> 2 files changed, 161 insertions(+), 111 deletions(-)
>

Applied, thanks!