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

ARM: dts: stm32: use exti 19 as main interrupt to support RTC wakeup on stm32mp157

Link between GIC and exti line is now done inside EXTI driver. So in order
to be wake up source exti irqchip has to be used.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Alexandre Torgue and committed by
Alexandre Torgue
7a5faaee 1deab7ed

+1 -1
+1 -1
arch/arm/boot/dts/stm32mp151.dtsi
··· 1560 1560 reg = <0x5c004000 0x400>; 1561 1561 clocks = <&rcc RTCAPB>, <&rcc RTC>; 1562 1562 clock-names = "pclk", "rtc_ck"; 1563 - interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 1563 + interrupts-extended = <&exti 19 IRQ_TYPE_LEVEL_HIGH>; 1564 1564 status = "disabled"; 1565 1565 }; 1566 1566