Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751121AbeABP71 (ORCPT + 1 other); Tue, 2 Jan 2018 10:59:27 -0500 Received: from mail-it0-f68.google.com ([209.85.214.68]:37242 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbeABP7Y (ORCPT ); Tue, 2 Jan 2018 10:59:24 -0500 X-Google-Smtp-Source: ACJfBovDl7KcpTwripd3b8gRNO2SXN6ltn5l2e3lXZotJBHwYfMnplk+9+4PBL/70f3JP4RqARYbXvTfZVbWm0CR5vg= MIME-Version: 1.0 In-Reply-To: <20180102150848.11314-9-paul@crapouillou.net> References: <20180102150848.11314-1-paul@crapouillou.net> <20180102150848.11314-9-paul@crapouillou.net> From: PrasannaKumar Muralidharan Date: Tue, 2 Jan 2018 21:29:23 +0530 Message-ID: Subject: Re: [PATCH v5 09/15] MIPS: platform: add machtype IDs for more Ingenic SoCs To: Paul Cercueil Cc: Ralf Baechle , Maarten ter Huurne , devicetree@vger.kernel.org, open list , linux-mips@linux-mips.org, linux-clk@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 2 January 2018 at 20:38, Paul Cercueil wrote: > Add a machtype ID for the JZ4780 SoC, which was missing, and one for the > newly supported JZ4770 SoC. > > Signed-off-by: Paul Cercueil > --- > arch/mips/include/asm/bootinfo.h | 2 ++ > 1 file changed, 2 insertions(+) > > v2: No change > v3: No change > v5: No change > > 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); > -- > 2.11.0 > > Reviewed-by: PrasannaKumar Muralidharan