Commit 962e6212 authored by Rob Herring's avatar Rob Herring

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: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210316195111.3531755-1-robh@kernel.org
parent 383f0551
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%YAML 1.2 %YAML 1.2
--- ---
$id: http://devicetree.org/schemas/nvmem/nvmem-consumer.yaml# $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 title: NVMEM (Non Volatile Memory) Consumer Device Tree Bindings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment