On Wed, Jul 20, 2022 at 3:31 PM Frank Li <Frank.Li@xxxxxxx> wrote: > > imx mu support generate irq by write a register. > provide msi controller support so other driver > can use it by standard msi interface. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > .../interrupt-controller/fsl,mu-msi.yaml | 88 +++++++++++++++++++ > 1 file changed, 88 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml This is failing in linux-next now, but I'm wondering why it is there given all the comments. Error: Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.example.dts:31.41-42 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:396: Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.example.dtb] Error 1 Rob