summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2024-06-14 16:40:18 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-06-21 10:22:10 +0200
commit77543269ff23c75bebfb8e6e9a1177b350908ea7 (patch)
tree0b48e44a7e515a16e338120e7fbb3a5ab4b81ab6 /arch/mips/include/asm
parent335819fd5bac67d05ab2d8d7438ac5c475ac03c6 (diff)
downloadlinux-77543269ff23c75bebfb8e6e9a1177b350908ea7.tar.gz
linux-77543269ff23c75bebfb8e6e9a1177b350908ea7.tar.bz2
linux-77543269ff23c75bebfb8e6e9a1177b350908ea7.zip
MIPS: Loongson64: env: Hook up Loongsson-2K
Somehow those enablement bits were left over when we were adding initial Loongson-2K support. Set up basic information and select proper builtin DTB for Loongson-2K. Cc: stable@vger.kernel.org Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r--arch/mips/include/asm/mach-loongson64/boot_param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-loongson64/boot_param.h b/arch/mips/include/asm/mach-loongson64/boot_param.h
index e007edd6b60a..9218b3ae3383 100644
--- a/arch/mips/include/asm/mach-loongson64/boot_param.h
+++ b/arch/mips/include/asm/mach-loongson64/boot_param.h
@@ -42,12 +42,14 @@ enum loongson_cpu_type {
Legacy_1B = 0x5,
Legacy_2G = 0x6,
Legacy_2H = 0x7,
+ Legacy_2K = 0x8,
Loongson_1A = 0x100,
Loongson_1B = 0x101,
Loongson_2E = 0x200,
Loongson_2F = 0x201,
Loongson_2G = 0x202,
Loongson_2H = 0x203,
+ Loongson_2K = 0x204,
Loongson_3A = 0x300,
Loongson_3B = 0x301
};