ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 20 Jun 2022 12:30:18 +0000 (14:30 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 18 Oct 2022 09:30:51 +0000 (11:30 +0200)
Current internal optee version enables ASYNc notif and in suche case
interrupt is mandatory in optee node.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp131.dtsi

index dd35a60..47dc07a 100644 (file)
@@ -33,6 +33,8 @@
                optee {
                        method = "smc";
                        compatible = "linaro,optee-tz";
+                       interrupt-parent = <&intc>;
+                       interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
                };
 
                scmi: scmi {