Message ID | 20211215105847.2328-4-alexandre.torgue@foss.st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add STM32MP13 EXTI support | expand |
On Wed, 15 Dec 2021 11:58:45 +0100, Alexandre Torgue wrote: > Support of STM32MP13 SoC implies a new EXTI-GIC mapping. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml index e08bb51e97a8..532425b1e5bb 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml @@ -20,6 +20,7 @@ properties: - items: - enum: - st,stm32mp1-exti + - st,stm32mp13-exti - const: syscon "#interrupt-cells":
Support of STM32MP13 SoC implies a new EXTI-GIC mapping. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>