Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: Bump dtschema version required to v2021.2.1

There's several dependencies in dtschema since v2020.8.1 we need, so
let's bump the version required to v2021.2.1. Specifically, the
graph.yaml schema and improved undocumented compatible check are needed.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210311233640.1581526-1-robh@kernel.org

+1 -1
+1 -1
Documentation/devicetree/bindings/Makefile
··· 5 5 6 6 DT_SCHEMA_LINT = $(shell which yamllint) 7 7 8 - DT_SCHEMA_MIN_VERSION = 2020.8.1 8 + DT_SCHEMA_MIN_VERSION = 2021.2.1 9 9 10 10 PHONY += check_dtschema_version 11 11 check_dtschema_version: