On Sun, Jun 2, 2019 at 2:05 AM Paul Walmsley <[email protected]> wrote: > > Add YAML DT binding documentation for the SiFive FU540 SoC. This > SoC is documented at: > > https://static.dev.sifive.com/FU540-C000-v1.0.pdf > > Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. > > This second version incorporates review feedback from Rob Herring > <[email protected]>. > > Signed-off-by: Paul Walmsley <[email protected]> > Signed-off-by: Paul Walmsley <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: Palmer Dabbelt <[email protected]> > Cc: Albert Ou <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > .../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 <[email protected]> > > 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. Rob

