diff options
author | Rob Herring <robh@kernel.org> | 2021-03-16 22:51:11 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-03-24 00:27:51 +0300 |
commit | 962e62128feb60df633de93f58e84c9390da060d (patch) | |
tree | dc25bd6c9add511f74c347de271329fc00dfc9d3 /Documentation/devicetree/bindings/nvmem | |
parent | 383f05515ba51a9d684183bb065a8a92e50ee3f5 (diff) | |
download | linux-962e62128feb60df633de93f58e84c9390da060d.tar.xz |
dt-bindings: nvmem: use base meta-schema for consumer schema
Common consumer schemas need to use the base.yaml meta-schema because
they need to define different constraints (e.g. the type) from what
users of the common schema need to define (e.g. how many entries).
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210316195111.3531755-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/nvmem')
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml b/Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml index d5d7f113bade..fbd8cf761dee 100644 --- a/Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml +++ b/Documentation/devicetree/bindings/nvmem/nvmem-consumer.yaml @@ -2,7 +2,7 @@ %YAML 1.2 --- $id: http://devicetree.org/schemas/nvmem/nvmem-consumer.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# +$schema: http://devicetree.org/meta-schemas/base.yaml# title: NVMEM (Non Volatile Memory) Consumer Device Tree Bindings |