[PATCH] ARM: dts: stm32: Add IPCC wakeup management on stm32mp157c

Marek Vasut marex at denx.de
Sun Jan 24 12:13:57 EST 2021


From: Alexandre Torgue <alexandre.torgue at st.com>

This commit adds the EXTI line 61 to IPCC node which will be used for
wakeup from CStop and adds IPCC device to "pd_core" power domain.

Signed-off-by: Alexandre Torgue <alexandre.torgue at st.com>
Tested-by: Fabien DESSENNE <fabien.dessenne at st.com>
---
 arch/arm/boot/dts/stm32mp151.dtsi | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi
index 169b7bdd832e..c3f813e39ff7 100644
--- a/arch/arm/boot/dts/stm32mp151.dtsi
+++ b/arch/arm/boot/dts/stm32mp151.dtsi
@@ -1084,10 +1084,9 @@ ipcc: mailbox at 4c001000 {
 			reg = <0x4c001000 0x400>;
 			st,proc-id = <0>;
 			interrupts-extended =
-				<&intc GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
-				<&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
-				<&exti 61 1>;
-			interrupt-names = "rx", "tx", "wakeup";
+				<&exti 61 1>,
+				<&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "rx", "tx";
 			clocks = <&rcc IPCC>;
 			wakeup-source;
 			status = "disabled";
-- 
2.29.2




More information about the linux-arm-kernel mailing list