On Sun, Jun 2, 2019 at 2:01 AM Paul Walmsley <[email protected]> wrote: > > At Rob's request, we're starting to migrate our DT binding > documentation to json-schema YAML format. Start by converting our cpu > binding documentation. While doing so, document more properties and > nodes. This includes adding binding documentation support for the E51 > and U54 CPU cores ("harts") that are present on this SoC. These cores > are described in: > > https://static.dev.sifive.com/FU540-C000-v1.0.pdf > > This cpus.yaml file is intended to be a starting point and to > evolve over time. It passes dt-doc-validate as of the yaml-bindings > commit 4c79d42e9216. > > This patch was originally based on the ARM json-schema binding > documentation as added by commit 672951cbd1b7 ("dt-bindings: arm: Convert > cpu binding to json-schema"). > > 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: Lorenzo Pieralisi <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > .../devicetree/bindings/riscv/cpus.yaml | 168 ++++++++++++++++++ > 1 file changed, 168 insertions(+) > create mode 100644 Documentation/devicetree/bindings/riscv/cpus.yaml
Reviewed-by: Rob Herring <[email protected]>

