dt-bindings: mfd: stm32-timers: Remove #address/size cells from required properties
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 15 Apr 2021 10:10:28 +0000 (12:10 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 09:51:20 +0000 (10:51 +0100)
address-cells and size-cells can't be declared as "required" properties
as they are not needed if subnodes don't have a "reg" entry.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml

index 0f16c88..dace353 100644 (file)
@@ -119,8 +119,6 @@ patternProperties:
       - compatible
 
 required:
-  - "#address-cells"
-  - "#size-cells"
   - compatible
   - reg
   - clocks