On Thu, 17 Jun 2021 21:53:17 +0100, Sudeep Holla wrote: > Convert the ARM VIC binding document to DT schema format using > json-schema. > > Cc: Rob Herring <robh@xxxxxxxxxx> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > .../bindings/interrupt-controller/arm,vic.txt | 41 ---------- > .../interrupt-controller/arm,vic.yaml | 81 +++++++++++++++++++ > 2 files changed, 81 insertions(+), 41 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml > > v2[2]->v3: > - Dropped unnecessary maxItems and description fields as suggested > - Used enum instead of oneOf > - Reverted back to GPL-2.0 > > v1[1]->v2[2]: > - Added arm,versatile-vic to the list of compatibles as suggested > by Linus W and added his review tag > - Updated the SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > > [1] https://lore.kernel.org/r/20210610135717.2782793-1-sudeep.holla@xxxxxxx/ > [2] https://lore.kernel.org/r/20210611111033.2818949-1-sudeep.holla@xxxxxxx/ > Applied, thanks!