From patchwork Fri Dec 17 11:23:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Fietkau X-Patchwork-Id: 12696637 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 01487C433EF for ; Fri, 17 Dec 2021 11:30:50 +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=Kme6CUcD71LoAOlmcfsZ0WTaq5V+eT3BiMlQg0vT8h8=; b=GK/OtJJer0EdAA y++G8Uh6C+QSsUD4v0eB3tmwWX9ErXzWhycWdQwiBcfhWGoNE4gMIxAP4VWdB8QPuB61HsrxaKSYO Ry5uxj9H47k0LFyJbKzg8TkSoeZIHn3dAQ5grK09K9Nq56DFKhL7GvKmPvHGjt/FiThOxcYb1V0AO 0y1SEZ5WTpOGK3/ukzZcAfOIIW5MsQyUbLvio3Iag7OIy836XQvEXoXkdUA1YPzXYnKrUtQ7NZRhH ixiCvo6qByGkLy8o7+Oj+5doR8jfm6bmygwa8S/8x8fpowXe4rWjEyQzrj5OeYLyA7ATjCfIyCEwl ic//I9vja/YG8xh6ObnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myBQT-009obj-JY; Fri, 17 Dec 2021 11:29:26 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1myBLK-009mf9-Dq for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 11:24:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Ws5CMvvXK2iwwpFRwFThAu9V5CUMdaK28FVEMb3feH0=; b=WVJDWcyt4oGeRQpYxgn+PnA1b2 CHDmprYejPoTqlE5QGKsYD/RLcXA3mt4UifMCZtjieOsmeyBtxx9E8wP31YEVqhuzrGrvDEMlEanr 8Ck2Vj9F28AHntDAZHyFlMNPToE01uc2UJZUMmrRiPZvtUp+y/oJK4fESBNMi/gRDqnk=; Received: from p54ae911a.dip0.t-ipconnect.de ([84.174.145.26] helo=localhost.localdomain) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1myBLD-000742-HP; Fri, 17 Dec 2021 12:23:59 +0100 From: Felix Fietkau To: Russell King Cc: john@phrozen.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v7 05/14] ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC Date: Fri, 17 Dec 2021 12:23:35 +0100 Message-Id: <20211217112345.14029-6-nbd@nbd.name> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211217112345.14029-1-nbd@nbd.name> References: <20211217112345.14029-1-nbd@nbd.name> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_032406_681927_5FC110D7 X-CRM114-Status: UNSURE ( 8.51 ) 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 From: John Crispin This enables basic bootup support for the Airoha EN7523 SoC. Signed-off-by: John Crispin --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index c951aeed2138..912b3d60325b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -32,6 +32,7 @@ CONFIG_MACH_BERLIN_BG2=y CONFIG_MACH_BERLIN_BG2CD=y CONFIG_MACH_BERLIN_BG2Q=y CONFIG_ARCH_DIGICOLOR=y +CONFIG_ARCH_AIROHA=y CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_HIGHBANK=y CONFIG_ARCH_HISI=y