From: Alexandre Torgue <alexandre.torgue@foss.st.com>
Date: Mon, 20 Jun 2022 12:30:18 +0000 (+0200)
Subject: ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb4ce97d9c5daafe100a83670c697b92c9d1bb45;p=linux.git

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>
---

diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi
index dd35a607073dd..47dc07abe4e37 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 {