On Sat, 28 Sep 2019 14:07:10 +0200, Stefan Wahren wrote: > Convert the BCM2835/6/7 SoC bindings to DT schema format using json-schema. > All the other Broadcom boards are maintained by Florian Fainelli. > > Signed-off-by: Stefan Wahren <wahrenst@xxxxxxx> > Acked-by: Eric Anholt <eric@xxxxxxxxxx> > --- > .../devicetree/bindings/arm/bcm/bcm2835.yaml | 48 ++++++++++++++++ > .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 67 ---------------------- > 2 files changed, 48 insertions(+), 67 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml > delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>