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!