Re: [PATCH 6/9] arm: stm32mp: add weak function to save vddcore

2020-05-11 Thread Patrice CHOTARD
Hi Patrick On 4/21/20 5:11 PM, Patrick Delaunay wrote: > Add a weak functions to save the vddcore voltage value provided > in the OPP node when the clock tree is initialized. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/include/mach/sys_proto.h | 3 +++ >

[PATCH 6/9] arm: stm32mp: add weak function to save vddcore

2020-04-21 Thread Patrick Delaunay
Add a weak functions to save the vddcore voltage value provided in the OPP node when the clock tree is initialized. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/include/mach/sys_proto.h | 3 +++ drivers/clk/clk_stm32mp1.c | 5 + 2 files changed, 8