mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-25 21:00:50 -05:00
dt-bindings: pinctrl: st,stm32: Correct 'resets' property name
The correct property name for the reset binding is 'resets', not 'reset'. Assuming actual users are correct, this error didn't show up due to missing 'additionalProperties: false'. Fix the name and add missing 'additionalProperties'. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220719214955.1875020-1-robh@kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
c3e4fa4b4e
commit
e79368b15d
@@ -59,6 +59,7 @@ properties:
|
||||
patternProperties:
|
||||
'^gpio@[0-9a-f]*$':
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
gpio-controller: true
|
||||
'#gpio-cells':
|
||||
@@ -68,8 +69,7 @@ patternProperties:
|
||||
maxItems: 1
|
||||
clocks:
|
||||
maxItems: 1
|
||||
reset:
|
||||
minItems: 1
|
||||
resets:
|
||||
maxItems: 1
|
||||
gpio-ranges:
|
||||
minItems: 1
|
||||
|
||||
Reference in New Issue
Block a user