u-boot-brain/arch/arm/include/asm/arch-imx
Peng Fan d0acd99334 imx: add cpu type for i.MX6QP/DP
Add cpu type for i.MX6QP/DP.

This patch also fix is_mx6dqp(), since get_cpu_rev can return MXC_CPU_MX6QP
and MXC_CPU_MX6DP, we should use:
(is_cpu_type(MXC_CPU_MX6QP) || is_cpu_type(MXC_CPU_MX6DP)).

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
2015-08-02 10:42:48 +02:00
..
cpu.h imx: add cpu type for i.MX6QP/DP 2015-08-02 10:42:48 +02:00
imx-regs.h i2c, mxc: rework i2c base address names for different SoCs 2015-05-26 14:17:00 +02:00