Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: uniphier: Add "resets" property as optional

UniPhier UART controller has a reset lines from system controller.
Add "resets" property to fix the following warning.

uniphier-ld11-global.dtb: serial@54006800: 'resets' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema: Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1648617338-8600-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kunihiko Hayashi and committed by
Greg Kroah-Hartman
e5fe471f ef9a23f3

+3
+3
Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml
··· 22 22 clocks: 23 23 maxItems: 1 24 24 25 + resets: 26 + maxItems: 1 27 + 25 28 auto-flow-control: 26 29 description: enable automatic flow control support. 27 30 $ref: /schemas/types.yaml#/definitions/flag