Commit fb4ce97d authored by Alexandre Torgue's avatar Alexandre Torgue
Browse files

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: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 9abf2313
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,8 @@ firmware {
		optee {
		optee {
			method = "smc";
			method = "smc";
			compatible = "linaro,optee-tz";
			compatible = "linaro,optee-tz";
			interrupt-parent = <&intc>;
			interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
		};
		};


		scmi: scmi {
		scmi: scmi {