2020-05-13 15:03:20

by Benjamin GAIGNARD

[permalink] [raw]
Subject: [PATCH 14/15] dt-bindings: pinctrl: stm32: Add missing interrupts property

Driver use interrupt-parent field so update the bindings to allow it.

Signed-off-by: Benjamin Gaignard <[email protected]>
---
Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
index 46a0478cb924..5abdabafb8a0 100644
--- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
@@ -36,6 +36,9 @@ properties:
pins-are-numbered: true
hwlocks: true

+ interrupts:
+ maxItems: 1
+
st,syscfg:
allOf:
- $ref: "/schemas/types.yaml#/definitions/phandle-array"
--
2.15.0


2020-05-28 02:36:30

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 14/15] dt-bindings: pinctrl: stm32: Add missing interrupts property

On Wed, 13 May 2020 16:59:34 +0200, Benjamin Gaignard wrote:
> Driver use interrupt-parent field so update the bindings to allow it.
>
> Signed-off-by: Benjamin Gaignard <[email protected]>
> ---
> Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2020-06-03 12:15:40

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 14/15] dt-bindings: pinctrl: stm32: Add missing interrupts property

On Wed, May 13, 2020 at 5:00 PM Benjamin Gaignard
<[email protected]> wrote:

> Driver use interrupt-parent field so update the bindings to allow it.
>
> Signed-off-by: Benjamin Gaignard <[email protected]>

Patch applied.

Yours,
Linus Walleij