Skip to content

Commit d1e8887

Browse files
etienne-lmsAlexandre Torgue
authored andcommitted
ARM: dts: stm32: optee async notif interrupt for MP15 scmi variants
Define the interrupt used by OP-TEE async notif on stm32mp15 scmi based platforms. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Link: https://lore.kernel.org/r/20250603-stm32mp157f-dk2-v2-5-5be0854a9299@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent bcd6cc9 commit d1e8887

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32mp15-scmi.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
optee: optee {
1212
compatible = "linaro,optee-tz";
1313
method = "smc";
14+
interrupt-parent = <&intc>;
15+
interrupts = <GIC_PPI 15 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
1416
};
1517

1618
scmi: scmi {

0 commit comments

Comments
 (0)