Skip to content

Commit 03cb664

Browse files
khayash1pH5
authored andcommitted
dt-bindings: reset: Add parent "resets" property as optional
LD11 mio reset controller has a reset lines from system controller. Add parent "resets" property to fix the following warning. uniphier-ld11-global.dt.yaml: reset: 'resets' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/reset/socionext,uniphier-reset.yaml Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/1648617078-8312-1-git-send-email-hayashi.kunihiko@socionext.com
1 parent d1da105 commit 03cb664

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/reset/socionext,uniphier-reset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ properties:
5555
"#reset-cells":
5656
const: 1
5757

58+
resets:
59+
maxItems: 1
60+
5861
additionalProperties: false
5962

6063
required:

0 commit comments

Comments
 (0)