From patchwork Mon Nov 29 15:33:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Fietkau X-Patchwork-Id: 12693928 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 EA033C433EF for ; Mon, 29 Nov 2021 15:36:52 +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=pxwq4gUeykag0ATi5wbasJUK0BjWVyqDAm0Y0uu9MYI=; b=hEYyQFo2gpumpn KKXw0k39K93wM3a4prvOHwX28nJ8bQloStsbkH5QnMN8SG8OHcBpSElsW+31puO6mqrIJprqgd/O2 HycEaB5n40739ycirmHYxYWWFPzIeoSQuWigoIcsvDvxgPRP0qiInmIsejmyCyu0KLjEuhT7BQ+kS nteeLNrBt/ciSEDNfIri0sA4e2XGs79t2wgBK/enU5cZmW+to2YE7r9P78IcYmKQSZVLt7j81unaa OUjtK+y6YvGLePvGUIjDDoWm79RukUMVvLwITX8bR6fLURRKtp3P3/VQV7rVVeERsdw9QDbV9FlrK D+GaJvg/QV9nn/MApgzg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrigX-001GaI-Nb; Mon, 29 Nov 2021 15:35:18 +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 1mrif3-001G5O-0E for linux-arm-kernel@lists.infradead.org; Mon, 29 Nov 2021 15:33:46 +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=9PiIRhhbspoxDUE8bG8fxHHdfBdzP4dXsKjVXuyx/Y0=; b=Qz/9WxCOBLnIjVs16TZLVVyzEM O7b4nc0sJ6LPVQWwy48hYrQ93x2sbucdYce3QkOA7e0IRB/0nc2tWVGa2Tko3yA6Ugctg0b9cluPI 0TdjnqBxJ6GsncmkHBnJmma7Q2dR+5tqxg9Pr9qbpTL+65BjaWjomJxUoeKPG2MHM0lg=; Received: from p54ae943f.dip0.t-ipconnect.de ([84.174.148.63] helo=localhost.localdomain) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1mrieu-0000mo-GI; Mon, 29 Nov 2021 16:33:36 +0100 From: Felix Fietkau To: linux-arm-kernel@lists.infradead.org, Russell King Cc: john@phrozen.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 04/13] ARM: Add basic support for Airoha EN7523 SoC Date: Mon, 29 Nov 2021 16:33:20 +0100 Message-Id: <20211129153330.37719-5-nbd@nbd.name> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20211129153330.37719-1-nbd@nbd.name> References: <20211129153330.37719-1-nbd@nbd.name> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211129_073345_260589_45137FDE X-CRM114-Status: GOOD ( 10.54 ) 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 EN7523 is an armv8 based silicon used inside broadband access type devices such as xPON and xDSL. It shares various silicon blocks with MediaTek silicon such as the MT7622. Signed-off-by: John Crispin Signed-off-by: Bert Vermeulen --- arch/arm/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f0f9e8bec83a..8dcd05ef31cc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -573,6 +573,18 @@ config ARCH_VIRT select HAVE_ARM_ARCH_TIMER select ARCH_SUPPORTS_BIG_ENDIAN +config ARCH_AIROHA + bool "Airoha SoC Support" + depends on ARCH_MULTI_V7 + select ARM_AMBA + select ARM_GIC + select ARM_GIC_V3 + select ARM_PSCI + select HAVE_ARM_ARCH_TIMER + select COMMON_CLK + help + Support for Airoha EN7523 SoCs + # # This is sorted alphabetically by mach-* pathname. However, plat-* # Kconfigs may be included either alphabetically (according to the