diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-11 15:03:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-06-15 13:42:17 +0200 |
commit | 4bb5b2562b792b650cd4c657d972eb012fb2e6d2 (patch) | |
tree | bf73177fea89b5d6fa1160267ded5bae78cb54f4 | |
parent | 619b14219ff6f30bd583965d75396157d6c0282b (diff) |
dt-bindings: nvmem: qcom,qfprom: drop unneeded address/size-cells
Referenced nvmem.yaml schema already defines address/size-cells, so
remove redundant entries.
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/qcom,qfprom.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 8d8503dd934b..c898c67c243a 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -64,12 +64,6 @@ properties: power-domains: maxItems: 1 - # Needed if any child nodes are present. - "#address-cells": - const: 1 - "#size-cells": - const: 1 - required: - compatible - reg |