提交 7a5faaee 编写于 作者: A Alexandre Torgue 提交者: Alexandre Torgue

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: NAlexandre Torgue <alexandre.torgue@st.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@foss.st.com>
上级 1deab7ed
...@@ -1560,7 +1560,7 @@ ...@@ -1560,7 +1560,7 @@
reg = <0x5c004000 0x400>; reg = <0x5c004000 0x400>;
clocks = <&rcc RTCAPB>, <&rcc RTC>; clocks = <&rcc RTCAPB>, <&rcc RTC>;
clock-names = "pclk", "rtc_ck"; clock-names = "pclk", "rtc_ck";
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&exti 19 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册