From patchwork Mon Mar 21 15:42:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 12787434 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AA98BC433F5 for ; Mon, 21 Mar 2022 15:47:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0dQVrPRw7vUUClYzSUGSYo3fE37R1OFTQMCJ6Sbf100=; b=0CXTr98Mt33PAR Y7pjaCuu7ABVUSx/W6VdDR1KUS7d4EEWseBx2bW18ALfZISRjEH2adCT+J/9n1BpyCIJQGeGjLN0L WRODr85uZDtl+CQXJA1l0THxlsf+tuDETiP7FKYKextlI663GMAyv9SAY0CzEBZUDFnglCJ87eeUz RG0ayZlyc7lNmInOj5S+wUZD9hk6d68RZU9yYOXMrZwI94+V9rpjkuaqYXxJ9Kh9kevtrOgTdvcp9 KekgRTEfqq+CNoglzXl+WSlFoEZ3u/hrHILgA9co7v9cy8g07eWikXrdOCVLumaglL+gOd7kuu807 ekWy7D/HWrW6up+8CRtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWKES-008H8m-Li; Mon, 21 Mar 2022 15:46:08 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWKEO-008H72-SC for linux-arm-kernel@lists.infradead.org; Mon, 21 Mar 2022 15:46:06 +0000 X-IronPort-AV: E=Sophos;i="5.90,198,1643641200"; d="scan'208";a="114269529" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 22 Mar 2022 00:46:00 +0900 Received: from vb.home (unknown [10.226.92.216]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 1D1C84001960; Tue, 22 Mar 2022 00:45:56 +0900 (JST) From: Phil Edworthy To: Catalin Marinas , Will Deacon , Geert Uytterhoeven Cc: Phil Edworthy , Bjorn Andersson , Shawn Guo , Krzysztof Kozlowski , Marcel Ziswiler , Vinod Koul , Enric Balletbo i Serra , Dmitry Baryshkov , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Biju Das Subject: [PATCH 12/14] arm64: defconfig: Enable Renesas RZ/V2M SoC Date: Mon, 21 Mar 2022 15:42:30 +0000 Message-Id: <20220321154232.56315-13-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220321154232.56315-1-phil.edworthy@renesas.com> References: <20220321154232.56315-1-phil.edworthy@renesas.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220321_084605_063368_FD4FE9A3 X-CRM114-Status: UNSURE ( 7.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Enable the Renesas RZ/V2M SoC and the uart it uses. Signed-off-by: Phil Edworthy Reviewed-by: Biju Das Reviewed-by: Marcel Ziswiler --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 813e644b6af1..cc8196c48029 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -428,6 +428,7 @@ CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_OMAP=y CONFIG_SERIAL_8250_MT6577=y CONFIG_SERIAL_8250_UNIPHIER=y +CONFIG_SERIAL_8250_EM=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y @@ -1106,6 +1107,7 @@ CONFIG_ARCH_R8A774E1=y CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R9A07G044=y +CONFIG_ARCH_R9A09G011=y CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_ARCH_TEGRA_132_SOC=y