Re: [U-Boot] [PATCH 3/4] mx25: Add function to set PER clocks

2017-05-31 Thread Stefano Babic
On 03/05/2017 11:59, Benoît Thébaudeau wrote: > Introduce the imx_set_perclk() function to make it possible to set the > PER clocks. > > Signed-off-by: Benoît Thébaudeau > --- > arch/arm/cpu/arm926ejs/mx25/generic.c | 19 +++ > arch/arm/include/asm/arch-mx25/clock.h | 1 + > 2

Re: [U-Boot] [PATCH 3/4] mx25: Add function to set PER clocks

2017-05-29 Thread Fabio Estevam
On Wed, May 3, 2017 at 6:59 AM, Benoît Thébaudeau wrote: > Introduce the imx_set_perclk() function to make it possible to set the > PER clocks. > > Signed-off-by: Benoît Thébaudeau Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] [PATCH 3/4] mx25: Add function to set PER clocks

2017-05-03 Thread Benoît Thébaudeau
Introduce the imx_set_perclk() function to make it possible to set the PER clocks. Signed-off-by: Benoît Thébaudeau --- arch/arm/cpu/arm926ejs/mx25/generic.c | 19 +++ arch/arm/include/asm/arch-mx25/clock.h | 1 + 2 files changed, 20 insertions(+) diff --git a/arch/arm/cpu/arm