Message ID | 20221128133339.25055-1-alexandre.torgue@foss.st.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7b16ab92bbf8bdf96984d30335e708e0ac138045 |
Headers | show |
Series | Revert "ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE" | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 28 Nov 2022 14:33:39 +0100 you wrote: > This reverts commit fb4ce97d9c5daafe100a83670c697b92c9d1bb45. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > > --- > > Hi, > > [...] Here is the summary with links: - Revert "ARM: dts: stm32: add fake interrupt propoerty for ASync notif - TEMP/TO REMOVE" https://git.kernel.org/soc/soc/c/7b16ab92bbf8 You are awesome, thank you!
diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi index 2a9b3a5bba83..accc3824f7e9 100644 --- a/arch/arm/boot/dts/stm32mp131.dtsi +++ b/arch/arm/boot/dts/stm32mp131.dtsi @@ -33,8 +33,6 @@ optee { method = "smc"; compatible = "linaro,optee-tz"; - interrupt-parent = <&intc>; - interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; }; scmi: scmi {
This reverts commit fb4ce97d9c5daafe100a83670c697b92c9d1bb45. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> --- Hi, Sorry but I need to revert this patch which has been added to my DT for 6.2 PR by mistake. Thanks Alex