MIPS: platform: add machtype IDs for more Ingenic SoCs
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/147b7910c8bdb4e702c8813bb3de4f3dc4eb4046 Commit: 147b7910c8bdb4e702c8813bb3de4f3dc4eb4046 Parent: e08a48d9250184d8ce6dc6c728b2ca68d7f40f35 Refname: refs/heads/master Author: Paul Cercueil <[email protected]> AuthorDate: Tue Jan 16 16:47:59 2018 +0100 Committer: James Hogan <[email protected]> CommitDate: Thu Jan 18 22:07:16 2018 +0000 MIPS: platform: add machtype IDs for more Ingenic SoCs Add a machtype ID for the JZ4780 SoC, which was missing, and one for the newly supported JZ4770 SoC. Signed-off-by: Paul Cercueil <[email protected]> Reviewed-by: PrasannaKumar Muralidharan <[email protected]> Reviewed-by: James Hogan <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Maarten ter Huurne <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/18485/ Signed-off-by: James Hogan <[email protected]> --- arch/mips/include/asm/bootinfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h index e26a093bb17a..a301a8f4bc66 100644 --- a/arch/mips/include/asm/bootinfo.h +++ b/arch/mips/include/asm/bootinfo.h @@ -79,6 +79,8 @@ enum loongson_machine_type { */ #define MACH_INGENIC_JZ4730 0 /* JZ4730 SOC */ #define MACH_INGENIC_JZ4740 1 /* JZ4740 SOC */ +#define MACH_INGENIC_JZ4770 2 /* JZ4770 SOC */ +#define MACH_INGENIC_JZ4780 3 /* JZ4780 SOC */ extern char *system_type; const char *get_system_type(void); -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html