From patchwork Fri Aug 21 09:42:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11729059 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8B41517D4 for ; Fri, 21 Aug 2020 10:58:34 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 662A6207BB for ; Fri, 21 Aug 2020 10:58:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="O6KruFcI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 662A6207BB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5184+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id DtiOYY4521763xgWciOwoirb; Fri, 21 Aug 2020 03:58:34 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web11.130425.1598002998984331784 for ; Fri, 21 Aug 2020 02:43:24 -0700 X-IronPort-AV: E=Sophos;i="5.76,335,1592838000"; d="scan'208";a="55170282" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 21 Aug 2020 18:43:23 +0900 X-Received: from localhost.localdomain (unknown [172.29.52.2]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 48C11423206E; Fri, 21 Aug 2020 18:43:22 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 04/36] soc: renesas: Add Renesas R8A774E1 config option Date: Fri, 21 Aug 2020 10:42:40 +0100 Message-Id: <20200821094312.3249-5-biju.das.jz@bp.renesas.com> In-Reply-To: <20200821094312.3249-1-biju.das.jz@bp.renesas.com> References: <20200821094312.3249-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: VBMhPE2tDb1gLUP4DT75HqyOx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598007514; bh=P/rrHK1PEIY4aJ8iXsj6fipwh86YTztqbryaJvVecQg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=O6KruFcIUt1NTYBvcXgbT53wXqNA1sEVOOfgPhw87f/1g0kbxbCeUaEjFKcDX9VDPvh dd5TYr5Z8UeBDZm3jfZ1ClNmVSt0anALAdi1kQ75c1BBufPG72Z7ahNn+/p/a8jv7sn8l AzMjr0G/yPv5g0uF4PbsZYzIjqqOYzk3LCc= From: Marian-Cristian Rotariu commit b88fc411e0e9c38058f6e3d2afdc96aaced4e72c upstream. Add configuration option for the RZ/G2H (R8A774E1) SoC. Signed-off-by: Marian-Cristian Rotariu Signed-off-by: Lad Prabhakar Link: https://lore.kernel.org/r/1594138692-16816-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven [biju: Moved the configuration option from drivers/soc/renesas/Kconfig to here inorder to support the same in 4.19.y-cip kernel] Signed-off-by: Biju Das --- arch/arm64/Kconfig.platforms | 6 ++++++ drivers/soc/renesas/Kconfig | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b624ccee11b8..f744814b0a33 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -207,6 +207,12 @@ config ARCH_R8A774C0 help This enables support for the Renesas RZ/G2E SoC. +config ARCH_R8A774E1 + bool "Renesas RZ/G2H SoC Platform" + depends on ARCH_RENESAS + help + This enables support for the Renesas RZ/G2H SoC. + config ARCH_R8A7795 bool "Renesas R-Car H3 SoC Platform" depends on ARCH_RENESAS diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 3b33e091ccff..0afb4b8c3e6f 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -4,9 +4,9 @@ config SOC_RENESAS select SOC_BUS select RST_RCAR if ARCH_RCAR_GEN1 || ARCH_RCAR_GEN2 || \ ARCH_R8A774A1 || ARCH_R8A774B1 || ARCH_R8A774C0 || \ - ARCH_R8A7795 || ARCH_R8A7796 || ARCH_R8A77965 || \ - ARCH_R8A77970 || ARCH_R8A77980 || ARCH_R8A77990 || \ - ARCH_R8A77995 + ARCH_R8A774E1 || ARCH_R8A7795 || ARCH_R8A7796 || \ + ARCH_R8A77965 || ARCH_R8A77970 || ARCH_R8A77980 || \ + ARCH_R8A77990 || ARCH_R8A77995 select SYSC_R8A7743 if ARCH_R8A7743 select SYSC_R8A7745 if ARCH_R8A7745 select SYSC_R8A77470 if ARCH_R8A77470