Re: [EXT] Re: [PATCH 2/2] dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings
From: Rob Herring <robh@kernel.org>
Date: 2021-09-07 18:25:34
Also in:
linux-arm-kernel, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-09-07 18:25:34
Also in:
linux-arm-kernel, lkml
On Tue, Aug 17, 2021 at 4:11 AM Bhaskara Budiredla [off-list ref] wrote:
Hi Rob, Thanks for the steps. I seeing minimum version error, though the dtschema is latest. $ make dt_binding_check sort: -:2: disorder: 0 ERROR: dtschema minimum version is v2021.2.1 Documentation/devicetree/bindings/Makefile:12: recipe for target 'check_dtschema_version' failed make[1]: *** [check_dtschema_version] Error 1 Makefile:1418: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 $ pip3 show dtschema Name: dtschema Version: 2021.7 Summary: DeviceTree validation schema and tools Home-page: https://github.com/devicetree-org/dt-schema Author: Rob Herring Author-email: robh@kernel.org License: BSD
Check your PATH? What does 'dt-doc-validate --version' give you? Rob