[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1631535523.169353.444713.nullmailer@robh.at.kernel.org>
Date: Mon, 13 Sep 2021 07:18:43 -0500
From: Rob Herring <robh@...nel.org>
To: Atish Patra <atish.patra@....com>
Cc: devicetree@...r.kernel.org, Palmer Dabbelt <palmer@...belt.com>,
Jonathan Corbet <corbet@....net>,
Anup Patel <anup.patel@....com>, linux-doc@...r.kernel.org,
Vincent Chen <vincent.chen@...ive.com>,
Guo Ren <guoren@...ux.alibaba.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Heinrich Schuchardt <xypron.glpk@....de>,
Rob Herring <robh+dt@...nel.org>,
"Darrick J. Wong" <djwong@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
John Garry <john.garry@...wei.com>,
linux-kernel@...r.kernel.org, Nick Kossifidis <mick@....forth.gr>,
linux-riscv@...ts.infradead.org, Ard Biesheuvel <ardb@...nel.org>,
linux-perf-users@...r.kernel.org, Jiri Olsa <jolsa@...hat.com>
Subject: Re: [v3 06/10] dt-binding: pmu: Add RISC-V PMU DT bindings
On Fri, 10 Sep 2021 12:27:53 -0700, Atish Patra wrote:
> This patch adds the DT bindings for RISC-V PMU driver. It also defines
> the interrupt related properties to allow counter overflow interrupt.
>
> Signed-off-by: Atish Patra <atish.patra@....com>
> ---
> .../devicetree/bindings/perf/riscv,pmu.yaml | 51 +++++++++++++++++++
> 1 file changed, 51 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/perf/riscv,pmu.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/perf/riscv,pmu.yaml: 'optional' is not one of ['$id', '$schema', 'title', 'description', 'examples', 'required', 'allOf', 'anyOf', 'oneOf', 'definitions', '$defs', 'additionalProperties', 'dependencies', 'patternProperties', 'properties', 'if', 'then', 'else', 'unevaluatedProperties', 'deprecated', 'maintainers', 'select']
from schema $id: http://devicetree.org/meta-schemas/base.yaml#
./Documentation/devicetree/bindings/perf/riscv,pmu.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/perf/riscv,pmu.yaml#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/perf/riscv,pmu.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/perf/riscv,pmu.yaml
Documentation/devicetree/bindings/perf/riscv,pmu.example.dt.yaml:0:0: /example-0/pmu: failed to match any schema with compatible: ['riscv,pmu']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1526606
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit.
Powered by blists - more mailing lists