Re: [PATCH 2/2] stm32mp: syscon: manage clock when present in device tree

2021-07-16 Thread Patrick DELAUNAY
Hi, On 6/29/21 12:04 PM, Patrick Delaunay wrote: Enable the clocks during syscon probe when they are present in device tree. This patch avoids a freeze when the SYSCFG clock is not enabled by TF-A / OP-TEE. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/syscon.c | 14 +++

Re: [PATCH 2/2] stm32mp: syscon: manage clock when present in device tree

2021-07-01 Thread Patrice CHOTARD
Hi Patrick On 6/29/21 12:04 PM, Patrick Delaunay wrote: > Enable the clocks during syscon probe when they are present in device tree. > > This patch avoids a freeze when the SYSCFG clock is not enabled by > TF-A / OP-TEE. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/sys

[PATCH 2/2] stm32mp: syscon: manage clock when present in device tree

2021-06-29 Thread Patrick Delaunay
Enable the clocks during syscon probe when they are present in device tree. This patch avoids a freeze when the SYSCFG clock is not enabled by TF-A / OP-TEE. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/syscon.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/a