Re: [PATCH v2 1/1] dt-bindings: interrupt-controller: convert fsl,ls-scfg-msi to yaml
From: Rob Herring (Arm)
Date: Fri Jun 28 2024 - 15:34:51 EST
On Thu, 27 Jun 2024 10:42:07 -0400, Frank Li wrote:
> Convert device tree binding fsl,ls-scfg-msi to yaml format.
>
> Additional changes:
> - Include gic.h and use predefined macro in example.
> - Remove label in example.
> - Change node name to interrupt-controller in example.
> - Fix error in example.
> - ls1046a allow 4 irqs, other platform only 1 irq.
> - Add $ref: msi-controller.yaml
> - Add #msi-cells.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> Change from v1 to v2
> - sort compatible string
> - add ref to msi-controller.yaml
> - add msi-cells
> - add interrupts description
> - remove msi-controller, which already in msi-controller.yaml
> ---
> .../interrupt-controller/fsl,ls-msi.yaml | 79 +++++++++++++++++++
> .../interrupt-controller/fsl,ls-scfg-msi.txt | 30 -------
> 2 files changed, 79 insertions(+), 30 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,ls-msi.yaml
> delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt
>
Applied, thanks!