Message ID | 20230505120814.1057152-5-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 931d7a2580cd7c9fe2d1e133cb081889a6568063 |
Headers | show |
Series | [1/5] dt-bindings: nvmem: mxs-ocotp: drop unneeded address/size-cells | expand |
diff --git a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml index 8877c2283e9e..da3f1de7d281 100644 --- a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml +++ b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml @@ -28,12 +28,6 @@ properties: clocks: maxItems: 1 - "#address-cells": - const: 1 - - "#size-cells": - const: 1 - thermal-calibration: type: object description: thermal calibration values
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/sunplus,sp7021-ocotp.yaml | 6 ------ 1 file changed, 6 deletions(-)