Skip to content

Commit 5060e27

Browse files
etienne-lmsAlexandre Torgue
authored andcommitted
ARM: dts: stm32: leverage OP-TEE ASync notif on STM32MP13x Soc family
Enables use of GIC PPI#15 for OP-TEE asynchronous notifications on stm32mp13 platforms. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 518272a commit 5060e27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32mp131.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
optee {
3434
method = "smc";
3535
compatible = "linaro,optee-tz";
36+
interrupt-parent = <&intc>;
37+
interrupts = <GIC_PPI 15 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
3638
};
3739

3840
scmi: scmi {

0 commit comments

Comments
 (0)