[PATCH] dt-bindings: mfd: st,stm32-timers: Correct 'resets' property name

Rob Herring robh at kernel.org
Tue Jul 19 14:51:25 PDT 2022


The correct property name for the reset binding is 'resets', not 'reset'.
Fix the name.

Signed-off-by: Rob Herring <robh at kernel.org>
---
 Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
index 10b330d42901..4baa2b746814 100644
--- a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
+++ b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
@@ -33,7 +33,7 @@ properties:
     items:
       - const: int
 
-  reset:
+  resets:
     maxItems: 1
 
   dmas:
-- 
2.34.1




More information about the linux-arm-kernel mailing list