diff options
author | Rob Herring <robh@kernel.org> | 2020-08-13 22:34:14 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-08-19 23:31:01 +0300 |
commit | 3e6ae2438d8beb3f590576491b758ad4c65f630f (patch) | |
tree | 92492bb64d88bd2b73b5f1b98d9962b818ddb88c /Documentation | |
parent | 4036707c7c61a0fec7774aec44bbb7350153e8c2 (diff) | |
download | linux-3e6ae2438d8beb3f590576491b758ad4c65f630f.tar.xz |
dt-bindings: Bump minimum version of dtschema to 2020.8.1
dtschema release 2020.8.1 gained several additions to help performance.
dt-doc-validate can now take a list of files and directories, and
dt-mk-schema can store the processed schema in JSON which is much faster
to parse than YAML. Utilizing both of these changes results in a 3-4x
speed improvement in running dt_binding_check.
There's also additional meta-schema checks which binding schemas should
be checked against.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/Makefile b/Documentation/devicetree/bindings/Makefile index 91c4d00e96d3..31f08cdab487 100644 --- a/Documentation/devicetree/bindings/Makefile +++ b/Documentation/devicetree/bindings/Makefile @@ -3,7 +3,7 @@ DT_DOC_CHECKER ?= dt-doc-validate DT_EXTRACT_EX ?= dt-extract-example DT_MK_SCHEMA ?= dt-mk-schema -DT_SCHEMA_MIN_VERSION = 2020.5 +DT_SCHEMA_MIN_VERSION = 2020.8.1 PHONY += check_dtschema_version check_dtschema_version: |