From patchwork Wed Apr 20 20:43:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 12820787 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFF40C433F5 for ; Wed, 20 Apr 2022 20:43:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243002AbiDTUqC (ORCPT ); Wed, 20 Apr 2022 16:46:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232987AbiDTUqA (ORCPT ); Wed, 20 Apr 2022 16:46:00 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7087F340F6 for ; Wed, 20 Apr 2022 13:43:13 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.90,276,1643641200"; d="scan'208";a="118604783" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 21 Apr 2022 05:43:12 +0900 Received: from localhost.localdomain (unknown [10.226.92.29]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id F04AE400F4E5; Thu, 21 Apr 2022 05:43:10 +0900 (JST) From: Phil Edworthy To: Geert Uytterhoeven , Magnus Damm Cc: Phil Edworthy , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 06/13] soc: renesas: Add RZ/V2M (R9A09G011) config option Date: Wed, 20 Apr 2022 21:43:07 +0100 Message-Id: <20220420204307.87343-1-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220330154024.112270-1-phil.edworthy@renesas.com> References: <20220330154024.112270-1-phil.edworthy@renesas.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Add a configuration option for the RZ/V2M SoC. Signed-off-by: Phil Edworthy Reviewed-by: Geert Uytterhoeven --- drivers/soc/renesas/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index fdc99a05a7e0..9440d4e510c0 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -308,6 +308,13 @@ config ARCH_R9A07G054 help This enables support for the Renesas RZ/V2L SoC variants. +config ARCH_R9A09G011 + bool "ARM64 Platform support for RZ/V2M" + select PM + select PM_GENERIC_DOMAINS + help + This enables support for the Renesas RZ/V2M SoC. + endif # ARM64 config RST_RCAR