2023-06-11 15:07:28

by Srinivas Kandagatla

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

From: Krzysztof Kozlowski <[email protected]>

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]>
---
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