Message ID | 20220719215125.1877138-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | 596f2d311cabcf6d1e3c95b72ae3a049c346ed86 |
Headers | show |
Series | dt-bindings: mfd: st,stm32-timers: Correct 'resets' property name | expand |
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:
The correct property name for the reset binding is 'resets', not 'reset'. Fix the name. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)