From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E31F4C43461 for ; Fri, 21 May 2021 13:25:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CABCF61164 for ; Fri, 21 May 2021 13:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235094AbhEUN0x (ORCPT ); Fri, 21 May 2021 09:26:53 -0400 Received: from mail-ua1-f44.google.com ([209.85.222.44]:39680 "EHLO mail-ua1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235065AbhEUN0t (ORCPT ); Fri, 21 May 2021 09:26:49 -0400 Received: by mail-ua1-f44.google.com with SMTP id f20so2645685uax.6; Fri, 21 May 2021 06:25:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qRbyj4hnpbc3k4A+KkiBSK4Wsj0BDOQJgU/wtF8JLXs=; b=ZMJDUr9wrzvQ01Ap2KydoU1IRPUxTJJfxNuWvEAClHKvAbxQ+YdGEg32F4Iu8vCCgD KVVRICXM/PCRmnFb+A1YueR8y2Nxf3ZV3qodbMiYIQqGJ1V5KD3hgilSGtJq0L0IAP0u wR+H2sAKy43fTjQyUNc8lje9AolJFroHevCP278WMdHWEv2JJyFEKGlFeIP2hrOniDWp SjZMYBsF367rtoPZyE/ytCQKVSFfg2gnteC1xkbNrFoHojU7yItK42OawFlZAET9mb8q IsF+3QTFeka9g3Z9AVmVRSl+ij28L/D4t/oystWrkB4es61CeIVSH37jq3KJn2xiROUf k0RA== X-Gm-Message-State: AOAM533XeeQFH3A50lDhqYF/sulOzs8Q2vS2E8BxV3/R0mb5xCZ2FQ1Q c6qN91DG+6LRORxbHqTdfoUQOyPR5Y+pHOqzUF4= X-Google-Smtp-Source: ABdhPJyU3JXc2pJRQaqnYUFEIxzdDLSIk2Lov0ZJRGoLvieGJIGh6qYVS7spCooqh0dW7Qf4KPPcxKvwjlON0x8ake4= X-Received: by 2002:ab0:f5:: with SMTP id 108mr10706159uaj.106.1621603525425; Fri, 21 May 2021 06:25:25 -0700 (PDT) MIME-Version: 1.0 References: <20210514192218.13022-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20210514192218.13022-5-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <20210514192218.13022-5-prabhakar.mahadev-lad.rj@bp.renesas.com> From: Geert Uytterhoeven Date: Fri, 21 May 2021 15:25:13 +0200 Message-ID: Subject: Re: [PATCH 04/16] soc: renesas: Add ARCH_R9A07G044{L,LC} for the new RZ/G2{L,LC} SoC's To: Lad Prabhakar Cc: Rob Herring , Magnus Damm , Michael Turquette , Stephen Boyd , Greg Kroah-Hartman , Catalin Marinas , Will Deacon , Jiri Slaby , Philipp Zabel , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List , Linux-Renesas , linux-clk , "open list:SERIAL DRIVERS" , Linux ARM , Biju Das , Prabhakar Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi Prabhakar, On Fri, May 14, 2021 at 9:23 PM Lad Prabhakar wrote: > Add ARCH_R9A07G044{L,LC} as a configuration symbol for the new Renesas > RZ/G2{L,LC} SoC's. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Thanks for your patch! > --- a/drivers/soc/renesas/Kconfig > +++ b/drivers/soc/renesas/Kconfig > @@ -279,6 +279,16 @@ config ARCH_R8A774B1 > help > This enables support for the Renesas RZ/G2N SoC. > > +config ARCH_R9A07G044L > + bool "ARM64 Platform support for RZ/G2L SoC" Please drop the "SoC", for consistency with other entries. > + help > + This enables support for the Renesas RZ/G2L SoC. > + > +config ARCH_R9A07G044LC > + bool "ARM64 Platform support for RZ/G2LC SoC" Likewise. > + help > + This enables support for the Renesas RZ/G2LC SoC. > + > endif # ARM64 Given LSI DEVID is the same, do we need both, or can we do with a single ARCH_R9A07G044? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds