On Wed, 21 Sep 2022 09:24:05 +0200, Sergio Paracuellos wrote: > MIPS CPU interrupt controller bindings used text format, so migrate them > to YAML. > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > --- > Changes in v3: > - Remmove 'bindings' keyword from title. > - Put 'compatible' the first also in node sample. > > Changes in v2: > - Address review comment from Krzysztof: > - Rebase onto last kernel version. > - Add Thomas Bogendoerfer as maintainer since this is arch stuff. > - Change compatible to go first as property and required. > - Change sample node name to be generic. Use 'interrupt-controller'. > > .../mti,cpu-interrupt-controller.yaml | 46 ++++++++++++++++++ > .../devicetree/bindings/mips/cpu_irq.txt | 47 ------------------- > 2 files changed, 46 insertions(+), 47 deletions(-) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/mti,cpu-interrupt-controller.yaml > delete mode 100644 Documentation/devicetree/bindings/mips/cpu_irq.txt > Applied, thanks!