Re: [U-Boot] [PATCH 2/4] mx25: Fix imx_get_perclk()

2017-05-31 Thread Stefano Babic
On 03/05/2017 11:59, Benoît Thébaudeau wrote: > imx_get_perclk() used the AHB clock as the clock source for all PER > clocks, but the USB PLL output can also be a PER clock source if the > corresponding PER CLK MUX bit is set in CCM.MCR. > > Signed-off-by: Benoît Thébaudeau > --- > arch/arm/cpu/

Re: [U-Boot] [PATCH 2/4] mx25: Fix imx_get_perclk()

2017-05-29 Thread Fabio Estevam
On Wed, May 3, 2017 at 6:59 AM, Benoît Thébaudeau wrote: > imx_get_perclk() used the AHB clock as the clock source for all PER > clocks, but the USB PLL output can also be a PER clock source if the > corresponding PER CLK MUX bit is set in CCM.MCR. > > Signed-off-by: Benoît Thébaudeau Reviewed-b

[U-Boot] [PATCH 2/4] mx25: Fix imx_get_perclk()

2017-05-03 Thread Benoît Thébaudeau
imx_get_perclk() used the AHB clock as the clock source for all PER clocks, but the USB PLL output can also be a PER clock source if the corresponding PER CLK MUX bit is set in CCM.MCR. Signed-off-by: Benoît Thébaudeau --- arch/arm/cpu/arm926ejs/mx25/generic.c | 11 ++- 1 file changed, 1