From mboxrd@z Thu Jan 1 00:00:00 1970 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 7B2FFC38142 for ; Mon, 23 Jan 2023 07:39:28 +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=7gshhIfqvwTN2jTeGj8iwbRcP1+Be58hVAjtKEYDAQ0=; b=VdMBWUISQujhiO kfoYEQyh1EP5hYt99YywRThfkJDDmC/3aOpX/KIukugG64cem03svcyLei3I0ZSQkpjykp2AT5Tmf 0ziSP4SdWGR+oh8gJ+4ydPycm82aOSczy9Q2smvDA8Pk1omkpVYJVUL7lnj14UPAkGEnm99wy6REX +GsNR6Yxt/l5s1ToOHHTJprWDyEqfGjkx+Utpsoe56Ul90qdzuhDj/GUmFDdbzo8T+1zSyvc6njP3 yth+z6H0Mo9GH8y5mI4Ez0lWRMtsMv4r9br/zaI3oHPpcvy3pu45hsmGPzPmjkrWVEE5qCJ+WxR9v 7Lnz+jbPmwYdo02DGAUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pJrPZ-00GFRK-RF; Mon, 23 Jan 2023 07:38:37 +0000 Received: from sender4-op-o14.zoho.com ([136.143.188.14]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pJrPW-00GFQm-IR for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2023 07:38:35 +0000 ARC-Seal: i=1; a=rsa-sha256; t=1674459454; cv=none; d=zohomail.com; s=zohoarc; b=dbYpjYSJH3h0lRF/4B7JiQ4/eC8ll/qGf2ftlPnQvSVZ+VqF4+wjlkd3StLpEmVs67QGYRwevZWpowZ832rsbQgw4L1onRANkABRe2lIqh6Erh7nF7OeuJfn326+eTCctTZnk+YtDcriBuYHmel98anxuc1XOlix/uOUcKsXz9k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1674459454; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=cSIIxAdcbotYly86BelrBgIcY293NSaG3FrGFXhFFJw=; b=ZCRju3zEmh+VcinNzxoBNHF2XiogmvppzsHEkDQ0nwIa+IhOD21q78hln23nrLx8MwUoqBKXk5OyE/D15XfD7abE9I+l4SSVaGYg3NoCntJ8grG1avxVw8aoa31V9d8Wl1hgWOK4FiAmP6S/pTzICD4ohduhwjOPuZSDMZyBtVk= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=me@linux.beauty; dmarc=pass header.from= Received: from shbuild9.ambarella.net (116.246.37.178 [116.246.37.178]) by mx.zohomail.com with SMTPS id 167445945243625.57623052088718; Sun, 22 Jan 2023 23:37:32 -0800 (PST) From: Li Chen To: Catalin Marinas , Will Deacon Cc: Li Chen , linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)), linux-kernel@vger.kernel.org (open list) Subject: [PATCH 05/15] arm64: Kconfig: Introduce CONFIG_ARCH_AMBARELLA Date: Mon, 23 Jan 2023 15:32:20 +0800 Message-Id: <20230123073305.149940-6-lchen@ambarella.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230123073305.149940-1-lchen@ambarella.com> References: <20230123073305.149940-1-lchen@ambarella.com> MIME-Version: 1.0 X-ZohoMailClient: External X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230122_233834_713083_24713309 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This adds a Kconfig option to toggle support for Ambarella ARM SoCs. Signed-off-by: Li Chen Change-Id: I41345f5052b08023d399cb9db3faa228ca54d265 --- arch/arm64/Kconfig.platforms | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d1970adf80ab..8def8aaca0c4 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -8,6 +8,15 @@ config ARCH_ACTIONS help This enables support for the Actions Semiconductor S900 SoC family. +config ARCH_AMBARELLA + bool "Ambarella ARMv8 SoC Family" + select PINCTRL + select PINCTRL_AMB + select RATIONAL + help + This enables support for Ambarella ARMv8 SoC Family starting + from s6lm. + config ARCH_SUNXI bool "Allwinner sunxi 64-bit SoC Family" select ARCH_HAS_RESET_CONTROLLER -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel