Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Stefano Babic
Hi Peng, On 10/06/2015 12:01, Peng Fan wrote: >>> +#define is_mx6dqp() ((is_cpu_type(MXC_CPU_MX6Q) || \ >>> +is_cpu_type(MXC_CPU_MX6D)) && \ >>> +(is_soc_rev(CHIP_REV_2_0) >= 0)) >>> + >> >> As "insider" you could better explain me: it looks like there will be >> n

Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Peng Fan
Hi Stefano, On Wed, Jun 10, 2015 at 11:19:07AM +0200, Stefano Babic wrote: >Hi Peng, > >On 10/06/2015 10:06, Peng Fan wrote: >> Add new cpu type for i.MX6DQP and providing a dynamical >> detecting function. >> >> Signed-off-by: Peng Fan >> Signed-off-by: Ye.Li >> --- >> arch/arm/cpu/armv7/mx6/

Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Stefano Babic
Hi Peng, On 10/06/2015 10:06, Peng Fan wrote: > Add new cpu type for i.MX6DQP and providing a dynamical > detecting function. > > Signed-off-by: Peng Fan > Signed-off-by: Ye.Li > --- > arch/arm/cpu/armv7/mx6/soc.c | 4 +++- > arch/arm/include/asm/arch-mx6/imx-regs.h | 1 + > arch

[U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Peng Fan
Add new cpu type for i.MX6DQP and providing a dynamical detecting function. Signed-off-by: Peng Fan Signed-off-by: Ye.Li --- arch/arm/cpu/armv7/mx6/soc.c | 4 +++- arch/arm/include/asm/arch-mx6/imx-regs.h | 1 + arch/arm/include/asm/arch-mx6/sys_proto.h | 6 ++ 3 files changed