diff options
| author | Fabio Estevam <[email protected]> | 2016-02-28 12:33:17 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-03-09 12:50:39 +0100 |
| commit | e25a0656bac63c5fcd20ef4313dc09c409fc512d (patch) | |
| tree | 4a30d53acb7d103362be51f92a404b1f7886cde9 /arch/arm/include | |
| parent | 5d69269deed053d2733bdd0fe537fcba663c0826 (diff) | |
mx7: Distinguish between dual and solo versions
Read the number of cores in the fuses to distinguish between
the dual and solo versions.
Tested on a mx7d sabresd and on a mx7solo warp7.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-imx/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h index 8a75902ee5d..7c63c13d7b5 100644 --- a/arch/arm/include/asm/arch-imx/cpu.h +++ b/arch/arm/include/asm/arch-imx/cpu.h @@ -21,6 +21,7 @@ #define MXC_CPU_MX6D 0x67 #define MXC_CPU_MX6DP 0x68 #define MXC_CPU_MX6QP 0x69 +#define MXC_CPU_MX7S 0x71 /* dummy ID */ #define MXC_CPU_MX7D 0x72 #define MXC_CPU_VF610 0xF6 /* dummy ID */ |
