On Thu, May 28, 2020 at 03:23:23PM +0200, Geert Uytterhoeven wrote: > When an interrupt controller has an "interrupt-map" property, an "is > valid under each of" error is triggered. > > Fix this by allowing "interrupt-controller" and "interrupt-map" to > coexist, in both the interrrupts meta-schema and the > interrupt-controller schema. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > meta-schemas/interrupts.yaml | 2 +- > schemas/interrupt-controller.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied. I'll queue the schema up for 5.9. That will mean updating dt-schema is required, but that's generally been true frequently anyways. Rob