On Fri, Dec 14, 2018 at 09:21:49PM -0800, Paul Walmsley wrote: > Add DT binding documentation for the SiFive FU540 SoC. This > SoC is documented at: > > https://static.dev.sifive.com/FU540-C000-v1.0.pdf > > This file is originally based on > Documentation/devicetree/bindings/arm/ti/k3.txt. > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: Palmer Dabbelt <palmer@xxxxxxxxxx> > Cc: Albert Ou <aou@xxxxxxxxxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-riscv@xxxxxxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Signed-off-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx> > Signed-off-by: Paul Walmsley <paul@xxxxxxxxx> > --- > .../devicetree/bindings/riscv/sifive/fu540.txt | 14 ++++++++++++++ > MAINTAINERS | 9 +++++++++ > 2 files changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/sifive/fu540.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx> However, with 4.21 we're starting to use json-schema and top-level SoC/board bindings. Not requiring it yet, but feel free to convert to that if you want. Then we don't have to do it later. Rob