On Wed, 17 Jun 2020 00:33:51 +0200, Lubomir Rintel wrote: > Convert the mrvl,intc binding to DT schema format using json-schema. > > Signed-off-by: Lubomir Rintel <lkundrak@xxxxx> > > --- > Changes since v1: > - Move minItems/maxItems to main reg property definition from the > conditional one > - Drop the condition for marvell,orion-intc > - Add default GPL-2.0-only license tag > - Fill in maintainers from MAINTAINERS file > > .../interrupt-controller/mrvl,intc.txt | 64 --------- > .../interrupt-controller/mrvl,intc.yaml | 134 ++++++++++++++++++ > 2 files changed, 134 insertions(+), 64 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.yaml > Applied, thanks!