aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/bootinfo.h
diff options
context:
space:
mode:
author周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>2020-07-22 13:21:19 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-07-24 11:13:57 +0200
commit0d10d17bac3d5d4e97d6f008aa3c329a83d3b283 (patch)
tree44ad6080d5d7b1e7aeea1af0218b23720bed60bb /arch/mips/include/asm/bootinfo.h
parentMIPS: OCTEON: add missing put_device() call in dwc3_octeon_device_init() (diff)
downloadlinux-dev-0d10d17bac3d5d4e97d6f008aa3c329a83d3b283.tar.xz
linux-dev-0d10d17bac3d5d4e97d6f008aa3c329a83d3b283.zip
MIPS: X2000: Add X2000 system type.
1.Add "PRID_COMP_INGENIC_13" and "PRID_IMP_XBURST2" for X2000. 2.Add X2000 system type for cat /proc/cpuinfo to give out X2000. Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/bootinfo.h')
-rw-r--r--arch/mips/include/asm/bootinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h
index 26f267d5649f..147c9327ce04 100644
--- a/arch/mips/include/asm/bootinfo.h
+++ b/arch/mips/include/asm/bootinfo.h
@@ -80,6 +80,7 @@ enum ingenic_machine_type {
MACH_INGENIC_JZ4780,
MACH_INGENIC_X1000,
MACH_INGENIC_X1830,
+ MACH_INGENIC_X2000,
};
extern char *system_type;