[PATCH v2 1/3] perf: Add Arm CMN-600 DT binding
Rob Herring
robh at kernel.org
Fri Sep 18 13:31:34 EDT 2020
On Fri, 18 Sep 2020 14:28:37 +0100, Robin Murphy wrote:
> Document the requirements for the CMN-600 DT binding. The internal
> topology is almost entirely discoverable by walking a tree of ID
> registers, but sadly both the starting point for that walk and the
> exact format of those registers are configuration-dependent and not
> discoverable from some sane fixed location. Oh well.
>
> Signed-off-by: Robin Murphy <robin.murphy at arm.com>
> ---
>
> v2: fix filename, license and whitespace per Rob's comments
>
> .../devicetree/bindings/perf/arm,cmn.yaml | 57 +++++++++++++++++++
> 1 file changed, 57 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/perf/arm,cmn.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
./Documentation/devicetree/bindings/perf/arm,cmn.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/perf/arm,cmn.yaml#
See https://patchwork.ozlabs.org/patch/1366940
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
More information about the linux-arm-kernel
mailing list