Message ID | 20230413072042.30657-1-alexandre.torgue@foss.st.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 24c15979323885d2c1f17b052d86d63aa052fd8c |
Headers | show |
Series | ARM: multi_v7_defconfig: Add OPTEE support | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 13 Apr 2023 09:20:42 +0200 you wrote: > STM32MP13 platform relies on OPTEE to boot: Clocks and regulators are > handled in the secure world by OPTEE and exported to the non secure world > (LINUX) thanks to ARM SCMI protocol. > > Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> > > > [...] Here is the summary with links: - ARM: multi_v7_defconfig: Add OPTEE support https://git.kernel.org/soc/soc/c/24c159793238 You are awesome, thank you!
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 084cc612ea23..7d0222f7d76b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1212,6 +1212,8 @@ CONFIG_FSI_MASTER_ASPEED=m CONFIG_FSI_SCOM=m CONFIG_FSI_SBEFIFO=m CONFIG_FSI_OCC=m +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_INTERCONNECT_QCOM=y CONFIG_INTERCONNECT_QCOM_MSM8916=y CONFIG_COUNTER=m
STM32MP13 platform relies on OPTEE to boot: Clocks and regulators are handled in the secure world by OPTEE and exported to the non secure world (LINUX) thanks to ARM SCMI protocol. Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> --- Hi ARM SoC maintainers, This is the only patch I have for v6.4. Cheers Alex