RE: [PATCH 1/2] board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes

2020-06-16 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 5 juin 2020 09:24 > > From: Etienne Carriere > > Fix the sequence in stm32mp1 fdt.c that disables OP-TEE resources defined in > FDT when U-boot detects OP-TEE firmware is not present. > > Before this change, helper function

Re: [PATCH 1/2] board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes

2020-06-16 Thread Patrice CHOTARD
Hi On 6/5/20 9:24 AM, Patrick Delaunay wrote: > From: Etienne Carriere > > Fix the sequence in stm32mp1 fdt.c that disables OP-TEE resources > defined in FDT when U-boot detects OP-TEE firmware is not present. > > Before this change, helper function stm32_fdt_disable_optee() > set property

[PATCH 1/2] board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes

2020-06-05 Thread Patrick Delaunay
From: Etienne Carriere Fix the sequence in stm32mp1 fdt.c that disables OP-TEE resources defined in FDT when U-boot detects OP-TEE firmware is not present. Before this change, helper function stm32_fdt_disable_optee() set property status to "disabled" for the OP-TEE reserved memory nodes but