diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-11 15:03:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-06-15 13:42:17 +0200 |
commit | 619b14219ff6f30bd583965d75396157d6c0282b (patch) | |
tree | f1def0b51199c529964b6a88f9cb24cd6eb40598 | |
parent | 8ab099fafbbc8c9607c399d21a774784a6cb8b45 (diff) |
dt-bindings: nvmem: mxs-ocotp: drop unneeded address/size-cells
Referenced nvmem.yaml schema already defines address/size-cells, so
remove redundant entries and use unevaluatedProperties: false.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml index 8938eec22b52..a9b822aeaa7e 100644 --- a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml +++ b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml @@ -18,12 +18,6 @@ properties: - fsl,imx23-ocotp - fsl,imx28-ocotp - "#address-cells": - const: 1 - - "#size-cells": - const: 1 - reg: maxItems: 1 @@ -35,7 +29,7 @@ required: - reg - clocks -additionalProperties: false +unevaluatedProperties: false examples: - | |