On Mon, 10 Jun 2019, Rob Herring wrote: > On Sun, Jun 2, 2019 at 2:05 AM Paul Walmsley <paul.walmsley@xxxxxxxxxx> wrote: > > > > Add YAML DT binding documentation for the SiFive FU540 SoC. ... > > --- > > .../devicetree/bindings/riscv/sifive.yaml | 25 +++++++++++++++++++ > > MAINTAINERS | 9 +++++++ > > 2 files changed, 34 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/riscv/sifive.yaml > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Thanks. > > diff --git a/Documentation/devicetree/bindings/riscv/sifive.yaml b/Documentation/devicetree/bindings/riscv/sifive.yaml > > new file mode 100644 > > index 000000000000..ce7ca191789e > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/riscv/sifive.yaml > > @@ -0,0 +1,25 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > Note that the preference for new bindings (or old ones you have > ownership of) is to dual license GPL-2.0 and BSD-2-Clause. Changed to "(GPL-2.0 OR MIT)" - hope that's OK. - Paul