Skip to content

Commit 5398dc8

Browse files
xuyanopsiff
authored andcommitted
Add Main ID register definition for Phytium FTC862 CPU
Signed-off-by: xuyan <xuyan1481@phytium.com.cn>
1 parent 9e112e4 commit 5398dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/include/asm/cputype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#define PHYTIUM_CPU_PART_FTC862 0x862
166166
#define PHYTIUM_CPU_SOCID_PS24080 0x6
167167

168-
168+
#define MIDR_FT_FTC862 MIDR_CPU_MODEL(ARM_CPU_IMP_PHYTIUM, PHYTIUM_CPU_PART_FTC862)
169169
#define MIDR_CORTEX_A53 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A53)
170170
#define MIDR_CORTEX_A57 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A57)
171171
#define MIDR_CORTEX_A72 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A72)

0 commit comments

Comments
 (0)