0001-modify-optee-dt.patch 704 B

1234567891011121314151617181920212223
  1. From 97d80bc3425886a0c9f119d02c2eee00b2769e04 Mon Sep 17 00:00:00 2001
  2. From: Nicolas Winkler <nicolas.winkler@noser.com>
  3. Date: Fri, 8 Nov 2024 12:24:55 +0100
  4. Subject: [PATCH] modify optee dt
  5. ---
  6. core/arch/arm/dts/stm32mp257f-ev1.dts | 3 +++
  7. 1 file changed, 3 insertions(+)
  8. diff --git a/core/arch/arm/dts/stm32mp257f-ev1.dts b/core/arch/arm/dts/stm32mp257f-ev1.dts
  9. index 66cf62cb7..3acb2901a 100644
  10. --- a/core/arch/arm/dts/stm32mp257f-ev1.dts
  11. +++ b/core/arch/arm/dts/stm32mp257f-ev1.dts
  12. @@ -361,6 +361,9 @@
  13. };
  14. &m33_rproc {
  15. + /* müsst da konfigurierbar si */
  16. + /* https://wiki.st.com/stm32mpu/wiki/OP-TEE_remoteproc_framework_overview */
  17. + compatible = "st,stm32mp2-m33";
  18. status = "okay";
  19. };