From 8cf4348741086adcfc1b9279fbe2ba387d4397aa Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Sun, 11 Jun 2023 15:03:21 +0100 Subject: [PATCH] dt-bindings: nvmem: socionext,uniphier-efuse: drop unneeded address/size-cells Referenced nvmem.yaml schema already defines address/size-cells, so remove redundant entries. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Srinivas Kandagatla Message-ID: <20230611140330.154222-18-srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml index b8bca05..efccc5a 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 -- 2.7.4