Re: [PATCH] stm32mp: bsec: manage clock when present in device tree

2021-03-12 Thread Patrice CHOTARD
Hi On 3/9/21 2:27 PM, Patrice CHOTARD wrote: > Hi Patrick > > On 2/25/21 1:43 PM, Patrick Delaunay wrote: >> Enable the clocks during bsec probe when they are present in device tree. >> >> Signed-off-by: Patrick Delaunay >> --- >> >> arch/arm/mach-stm32mp/bsec.c | 10 ++ >> 1 file chang

Re: [PATCH] stm32mp: bsec: manage clock when present in device tree

2021-03-09 Thread Patrice CHOTARD
Hi Patrick On 2/25/21 1:43 PM, Patrick Delaunay wrote: > Enable the clocks during bsec probe when they are present in device tree. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/bsec.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/mach-stm3

[PATCH] stm32mp: bsec: manage clock when present in device tree

2021-02-25 Thread Patrick Delaunay
Enable the clocks during bsec probe when they are present in device tree. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/bsec.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/mach-stm32mp/bsec.c b/arch/arm/mach-stm32mp/bsec.c index 88c7aec8b4..fe39bd80cf 100