[0/2] ARM: dts: sm32mp: remove shmem for scmi-optee

Message ID 20230705154459.1194895-1-patrick.delaunay@foss.st.com
Headers
Series ARM: dts: sm32mp: remove shmem for scmi-optee |

Message

Patrick Delaunay July 5, 2023, 3:44 p.m. UTC
  Remove the optional shared memory in SYSRAM and
use the OP-TEE native shared memory for SCMI-OPTEE to
- avoid boot issue with the latest OP-TEE version 3.22.0 for STM32MP15 SoC,
  when CFG_STM32MP1_SCMI_SHM_SYSRAM is disabled
- prepare migration with the same configuration for STM32MP13 SoC



Patrick Delaunay (2):
  ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp15
  ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp13

 arch/arm/boot/dts/st/stm32mp131.dtsi     | 14 --------------
 arch/arm/boot/dts/st/stm32mp15-scmi.dtsi | 16 ----------------
 2 files changed, 30 deletions(-)
  

Comments

Alexandre TORGUE July 10, 2023, 2:49 p.m. UTC | #1
On 7/5/23 17:44, Patrick Delaunay wrote:
> 
> Remove the optional shared memory in SYSRAM and
> use the OP-TEE native shared memory for SCMI-OPTEE to
> - avoid boot issue with the latest OP-TEE version 3.22.0 for STM32MP15 SoC,
>    when CFG_STM32MP1_SCMI_SHM_SYSRAM is disabled
> - prepare migration with the same configuration for STM32MP13 SoC
> 
> 
> 
> Patrick Delaunay (2):
>    ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp15
>    ARM: dts: sm32mp: remove shmem for scmi-optee on stm32mp13
> 
>   arch/arm/boot/dts/st/stm32mp131.dtsi     | 14 --------------
>   arch/arm/boot/dts/st/stm32mp15-scmi.dtsi | 16 ----------------
>   2 files changed, 30 deletions(-)
> 

Applied to stm32-next. Will be send for fixes in this v6.5 cycle.

Thanks
Alex