Re: [U-Boot] [PATCH 1/3] imx: mx6ul: skip setting ahb rate

2016-03-25 Thread Stefano Babic
On 25/03/2016 10:16, Peng Fan wrote: > Hi Stefano, > > Gentle Ping on the three patches. > > Thanks, > Peng. > On Wed, Mar 09, 2016 at 04:44:36PM +0800, Peng Fan wrote: >> To i.MX6UL, default ARM rate and AHB rate is 396M and 198M, >> no need to set them. >> >> Signed-off-by: Peng Fan >> Cc: Ste

Re: [U-Boot] [PATCH 1/3] imx: mx6ul: skip setting ahb rate

2016-03-25 Thread Peng Fan
Hi Stefano, Gentle Ping on the three patches. Thanks, Peng. On Wed, Mar 09, 2016 at 04:44:36PM +0800, Peng Fan wrote: >To i.MX6UL, default ARM rate and AHB rate is 396M and 198M, >no need to set them. > >Signed-off-by: Peng Fan >Cc: Stefano Babic >--- > arch/arm/cpu/armv7/mx6/soc.c | 19 +++

[U-Boot] [PATCH 1/3] imx: mx6ul: skip setting ahb rate

2016-03-09 Thread Peng Fan
To i.MX6UL, default ARM rate and AHB rate is 396M and 198M, no need to set them. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/soc.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/