[U-Boot] [PATCH V5 10/31] imx: add i.MX8MQ SoC Revision and is_mx8m helper

2018-01-09 Thread Peng Fan
Add i.MX8MQ SoC Revision Add is_mx8m helper The 7ULP is a dummy number, so use 0xEx. Signed-off-by: Peng Fan Reviewed-by: Fabio Estevam Cc: Stefano Babic --- arch/arm/include/asm/arch-imx/cpu.h | 6 -- arch/arm/include/asm/mach-imx/sys_proto.h | 1 + 2 files changed, 5 insertions(+),

Re: [U-Boot] [PATCH V5 10/31] imx: add i.MX8MQ SoC Revision and is_mx8m helper

2018-01-21 Thread Stefano Babic
On 10/01/2018 06:20, Peng Fan wrote: > Add i.MX8MQ SoC Revision > Add is_mx8m helper > The 7ULP is a dummy number, so use 0xEx. > > Signed-off-by: Peng Fan > Reviewed-by: Fabio Estevam > Cc: Stefano Babic > --- > arch/arm/include/asm/arch-imx/cpu.h | 6 -- > arch/arm/include/asm/ma