diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-06-11 16:03:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-15 13:42:18 +0200 |
commit | 8898faf5bcacb543ea33d01e559dc9f0891fefa7 (patch) | |
tree | ae0c395bc0ac1f5cbb63d97c2f91abe5dbf2c179 /Documentation/devicetree/bindings/nvmem | |
parent | nvmem: core: add support for fixed cells *layout* (diff) | |
download | linux-8898faf5bcacb543ea33d01e559dc9f0891fefa7.tar.xz linux-8898faf5bcacb543ea33d01e559dc9f0891fefa7.zip |
dt-bindings: nvmem: imx-ocotp: drop unneeded address/size-cells and children
Referenced nvmem.yaml schema already defines address/size-cells and its
children, so remove redundant entries.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Message-ID: <20230611140330.154222-27-srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/nvmem')
-rw-r--r-- | Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml index 7112d13c9bff..99e60d713dac 100644 --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml @@ -47,12 +47,6 @@ properties: reg: maxItems: 1 - "#address-cells": - const: 1 - - "#size-cells": - const: 1 - clocks: maxItems: 1 @@ -62,21 +56,6 @@ required: - compatible - reg -patternProperties: - "^.*@[0-9a-f]+$": - type: object - - properties: - reg: - maxItems: 1 - description: - Offset and size in bytes within the storage device. - - required: - - reg - - additionalProperties: false - unevaluatedProperties: false examples: |