[PATCH 16/26] dt-bindings: nvmem: qcom,spmi-sdam: drop unneeded address/size-cells

From: Srinivas Kandagatla
Date: Sun Jun 11 2023 - 10:05:40 EST


From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Referenced nvmem.yaml schema already defines address/size-cells, so
remove redundant entries.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 6 ------
1 file changed, 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
index dce0c7d84ce7..cd980def97b8 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
@@ -25,12 +25,6 @@ properties:
reg:
maxItems: 1

- "#address-cells":
- const: 1
-
- "#size-cells":
- const: 1
-
ranges: true

required:
--
2.25.1