Message ID | 20230505120814.1057152-3-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 5c007d6e9f062f8d30d553a4d3540e4431f3baef |
Headers | show |
Series | [1/5] dt-bindings: nvmem: mxs-ocotp: drop unneeded address/size-cells | expand |
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:
Referenced nvmem.yaml schema already defines address/size-cells, so remove redundant entries. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 6 ------ 1 file changed, 6 deletions(-)