summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@foss.st.com>2022-06-20 14:30:18 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2022-10-18 11:30:51 +0200
commitfb4ce97d9c5daafe100a83670c697b92c9d1bb45 (patch)
treebb8910e6e36c9f6581253191f74ae69cd743373b
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE
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>
-rw-r--r--arch/arm/boot/dts/stm32mp131.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi
index dd35a607073d..47dc07abe4e3 100644
--- a/arch/arm/boot/dts/stm32mp131.dtsi
+++ b/arch/arm/boot/dts/stm32mp131.dtsi
@@ -33,6 +33,8 @@
optee {
method = "smc";
compatible = "linaro,optee-tz";
+ interrupt-parent = <&intc>;
+ interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
};
scmi: scmi {