From patchwork Thu Nov 25 11:07:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Fietkau X-Patchwork-Id: 12693630 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 99A7EC433F5 for ; Thu, 25 Nov 2021 11:09:41 +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=/txORo8j/Co3Rirh471l7yGLu5enzHdhriaQPSK0lpE=; b=oBBFRSeLehbebc jdtE5uGu6KkrrzLbK34CxylA+qGG/BNXDQJUy6YmTyxA/uctqUhYMiSHh6zvJvwxgkwXq2ylF2eq8 /lsaRnxVU7JcPpTCTvOOCkAe0vpBArj2nPnLejXd97qg2jqB3T2g17TcD/R8FJsm4XOd9+HOtfJlQ 8O5nGnlJWEPDgZwS+E64BMVS8wKOfGSNGvVANXaqtl9MAon8quE+njt07H0JSOTNcrtoGcxjLDivt FgG3Lh1urIZHffEoDCVkw8J546WA7VABV/EJHwlCIAgixaPh1VZMKB2JlyyjgZCxbYosmaSDOfMnL AriIv5yf6EIv5lZLGonA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mqCbl-007A7f-2P; Thu, 25 Nov 2021 11:08:05 +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 1mqCbX-007A2E-1k for linux-arm-kernel@lists.infradead.org; Thu, 25 Nov 2021 11:07:52 +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=A7INkRKyeSGoWGaGf1MYn5atjdsKEWuXQlXgfPh4qb4=; b=Eb9Q4Oi37NUeOj9A17ZKJ8z0rw igZwMdT6nIEYfRCymIMUzCYX0WYFqb8YMY+RDDjjR6K2+6SoARQa4or95W89LHoMA41uu/z5n/QO3 rP6DMEjXjT73d+wTFXZI9v8ezJZc3dOE1o9K9QeF3kKe/MIbrNcl7rNEkczPzaH2M3ZU=; Received: from p54ae9f3f.dip0.t-ipconnect.de ([84.174.159.63] helo=localhost.localdomain) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1mqCbR-0002ws-69; Thu, 25 Nov 2021 12:07:45 +0100 From: Felix Fietkau To: linux-arm-kernel@lists.infradead.org, Russell King Cc: john@phrozen.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 05/12] ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC Date: Thu, 25 Nov 2021 12:07:31 +0100 Message-Id: <20211125110738.41028-6-nbd@nbd.name> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20211125110738.41028-1-nbd@nbd.name> References: <20211125110738.41028-1-nbd@nbd.name> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211125_030751_286458_E31FF30C X-CRM114-Status: UNSURE ( 9.69 ) 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