From 8a097ff4b832e93cd9490f67b39a8a5a4e82e539 Mon Sep 17 00:00:00 2001 From: Horatiu Vultur Date: Mon, 18 Oct 2021 10:57:53 +0200 Subject: [PATCH] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add reset binding This describes the new binding which allows to call a reset driver from the pinctrl-microchip-sgpio driver. Signed-off-by: Horatiu Vultur Reviewed-by: Rob Herring Link: https://lore.kernel.org/r/20211018085754.1066056-2-horatiu.vultur@microchip.com Signed-off-by: Linus Walleij --- .../devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml index 4fe35e6..cb55408 100644 --- a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml +++ b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml @@ -68,6 +68,13 @@ properties: clock, and larger than zero. default: 12500000 + resets: + maxItems: 1 + + reset-names: + items: + - const: switch + patternProperties: "^gpio@[0-1]$": type: object -- 2.7.4