Message ID | 20230505120814.1057152-4-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 8cf4348741086adcfc1b9279fbe2ba387d4397aa |
Headers | show |
Series | [1/5] dt-bindings: nvmem: mxs-ocotp: drop unneeded address/size-cells | expand |
diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml index b8bca0599c45..efccc5aacbe0 100644 --- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml +++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml @@ -14,9 +14,6 @@ allOf: - $ref: nvmem.yaml# properties: - "#address-cells": true - "#size-cells": true - compatible: const: socionext,uniphier-efuse
Referenced nvmem.yaml schema already defines address/size-cells, so remove redundant entries. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 3 --- 1 file changed, 3 deletions(-)