Re: [U-Boot] [PATCH v3 4/5] imx: mx6sl: Set the preclk clock source to OSC 24Mhz

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:20, Ye.Li wrote: > For MX6SL, uses the OSC 24Mhz as the preclk source in CCM. Align the > preclk setting with kernel. > > Signed-off-by: Ye.Li > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

[U-Boot] [PATCH v3 4/5] imx: mx6sl: Set the preclk clock source to OSC 24Mhz

2014-10-30 Thread Ye . Li
For MX6SL, uses the OSC 24Mhz as the preclk source in CCM. Align the preclk setting with kernel. Signed-off-by: Ye.Li --- Changes since v2: - None Changes since v1: - None arch/arm/cpu/armv7/mx6/soc.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/arc