Re: [U-Boot] [PATCH 4/8] imx: mx6: ccm: Change the clock settings for i.MX6QP

2015-06-10 Thread Peng Fan
Hi Stefano, On Wed, Jun 10, 2015 at 11:23:10AM +0200, Stefano Babic wrote: >Hi Peng, > >On 10/06/2015 10:06, Peng Fan wrote: >> Since i.MX6QP changes some CCM registers, so modify the clocks settings to >> follow the hardware changes. >> >> A new CONFIG_MX6QP is introduced here and is used for th

Re: [U-Boot] [PATCH 4/8] imx: mx6: ccm: Change the clock settings for i.MX6QP

2015-06-10 Thread Stefano Babic
Hi Peng, On 10/06/2015 10:06, Peng Fan wrote: > Since i.MX6QP changes some CCM registers, so modify the clocks settings to > follow the hardware changes. > > A new CONFIG_MX6QP is introduced here and is used for the CCM difference. > At default CONFIG_MX6Q is enabled along with the CONFIG_MX6QP.

[U-Boot] [PATCH 4/8] imx: mx6: ccm: Change the clock settings for i.MX6QP

2015-06-10 Thread Peng Fan
Since i.MX6QP changes some CCM registers, so modify the clocks settings to follow the hardware changes. A new CONFIG_MX6QP is introduced here and is used for the CCM difference. At default CONFIG_MX6Q is enabled along with the CONFIG_MX6QP. Signed-off-by: Ye.Li Signed-off-by: Peng Fan --- arch