Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1366044pxb; Fri, 21 Jan 2022 16:38:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJyDLuBej9dqgX+Q5irZwyEFMGKyZls91eYiVM1j448ygOn3j18SC8vyPwXCpzAb/xrWzqM9 X-Received: by 2002:a17:902:b40c:b0:14a:792:741f with SMTP id x12-20020a170902b40c00b0014a0792741fmr5792682plr.113.1642811933831; Fri, 21 Jan 2022 16:38:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642811933; cv=none; d=google.com; s=arc-20160816; b=0n9I5XlxirddhfZwdsTijYk7+3Wyg5q356Lwja4+b4iUuWh4GBFzorURki6R+7Gg8j sUb/aQyCQt2mWC9cuWcb3epFORcd9zkJuT9OY5PAeHWNXIc3d00DtaFsvlYCTbiWe/Uk A3iKLxCjraQXO3YSlN+VkW3UJBgEWulhDl+uwgmoQ5wt4PLNu9lrTB4IqmXzz8AGv63m oBkZdoHloVUlaQd26jFt7jWJEr3shUGbVmMbZ/NmH8Ed316/Y89U8IIREgmdh73x27/9 dAPQhTa4AUsTDeqtJOXwuaRluq7cF3wJFEndlMifC+9/TDYG7bDQET8D0rMTlL3kCNvd 9Oug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=5W316V/72Oref59Xm9TmKG0n86t98WdTkX8b9vjhl1c=; b=LBu9xiXW1ROHjqW9Xg3x7ClDaHTWLf16oMny0pXGcJG6wO2Z5pi7ig7JNwwOVkKcSw m5lT8+Jl18GsD0wwf0JnhgcQTzfY0qSb/kBnmlwRNz3RBAYMf05NIwovDElvTTUul69r +8unQ2U06nRMYboaqai6acLK3CFnsEqfU+QZUiM52bn1N47PAcb6TXZLsJriy5kiSZ2W d3q5yoe9l7+7HnI2w+kDyhoPGG8Xg6cQ5orDUyYLMG8bFKZzuCpCG3IdsrrbT18qVQKv lzqsEx1pzihlpFjIQCmAujxHDj5THqEGNpRbM34BPueLELpUtTlv5QfuA+5k1yCBVZ8W +WHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k70si1272974pgd.531.2022.01.21.16.38.42; Fri, 21 Jan 2022 16:38:53 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379250AbiAUH4M (ORCPT + 99 others); Fri, 21 Jan 2022 02:56:12 -0500 Received: from mx1.cqplus1.com ([113.204.237.245]:55562 "EHLO mx1.cqplus1.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379192AbiAUH4B (ORCPT ); Fri, 21 Jan 2022 02:56:01 -0500 X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 172.28.114.216 by mx1.cqplus1.com with MailGates ESMTP Server V5.0(24938:0:AUTH_RELAY) (envelope-from ); Fri, 21 Jan 2022 15:53:25 +0800 (CST) From: Qin Jian To: robh+dt@kernel.org Cc: mturquette@baylibre.com, sboyd@kernel.org, tglx@linutronix.de, maz@kernel.org, p.zabel@pengutronix.de, linux@armlinux.org.uk, broonie@kernel.org, arnd@arndb.de, stefan.wahren@i2se.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, wells.lu@sunplus.com, Qin Jian Subject: [PATCH v8 09/10] ARM: sunplus: Add initial support for Sunplus SP7021 SoC Date: Fri, 21 Jan 2022 15:53:17 +0800 Message-Id: <109f1c3e6a19e56a3a4dcf1a2b9b060d8c88a3b3.1642751015.git.qinjian@cqplus1.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch aims to add an initial support for Sunplus SP7021 SoC. Reviewed-by: Arnd Bergmann Signed-off-by: Qin Jian --- MAINTAINERS | 1 + arch/arm/Kconfig | 2 ++ arch/arm/Makefile | 1 + arch/arm/mach-sunplus/Kconfig | 26 ++++++++++++++++++++++++++ arch/arm/mach-sunplus/Makefile | 9 +++++++++ arch/arm/mach-sunplus/sp7021.c | 16 ++++++++++++++++ 6 files changed, 55 insertions(+) create mode 100644 arch/arm/mach-sunplus/Kconfig create mode 100644 arch/arm/mach-sunplus/Makefile create mode 100644 arch/arm/mach-sunplus/sp7021.c diff --git a/MAINTAINERS b/MAINTAINERS index febbd97bf..0ae537a41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2664,6 +2664,7 @@ F: Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml F: Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml F: Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml F: Documentation/devicetree/bindings/reset/sunplus,reset.yaml +F: arch/arm/mach-sunplus/ F: drivers/clk/clk-sp7021.c F: drivers/irqchip/irq-sp7021-intc.c F: drivers/reset/reset-sunplus.c diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 59baf6c13..8c7883b5a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -689,6 +689,8 @@ source "arch/arm/mach-sti/Kconfig" source "arch/arm/mach-stm32/Kconfig" +source "arch/arm/mach-sunplus/Kconfig" + source "arch/arm/mach-sunxi/Kconfig" source "arch/arm/mach-tegra/Kconfig" diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 847c31e7c..973ffb830 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -212,6 +212,7 @@ machine-$(CONFIG_ARCH_RENESAS) += shmobile machine-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga machine-$(CONFIG_ARCH_STI) += sti machine-$(CONFIG_ARCH_STM32) += stm32 +machine-$(CONFIG_ARCH_SUNPLUS) += sunplus machine-$(CONFIG_ARCH_SUNXI) += sunxi machine-$(CONFIG_ARCH_TEGRA) += tegra machine-$(CONFIG_ARCH_U8500) += ux500 diff --git a/arch/arm/mach-sunplus/Kconfig b/arch/arm/mach-sunplus/Kconfig new file mode 100644 index 000000000..e720606dd --- /dev/null +++ b/arch/arm/mach-sunplus/Kconfig @@ -0,0 +1,26 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) + +menuconfig ARCH_SUNPLUS + bool "Sunplus SoCs" + depends on ARCH_MULTI_V7 + help + Support for Sunplus SoC family: SP7021 and succeeding SoC-based systems, + such as the Banana Pi BPI-F2S development board (and derivatives). + () + () + +config SOC_SP7021 + bool "Sunplus SP7021 SoC support" + depends on ARCH_SUNPLUS + default ARCH_SUNPLUS + select ARM_GIC + select ARM_PSCI + select PINCTRL + select PINCTRL_SPPCTL + select SERIAL_SUNPLUS + select SERIAL_SUNPLUS_CONSOLE + help + Support for Sunplus SP7021 SoC. It is based on ARM 4-core + Cortex-A7 with various peripherals (ex: I2C, SPI, SDIO, + Ethernet and etc.), FPGA interface, chip-to-chip bus. + It is designed for industrial control. diff --git a/arch/arm/mach-sunplus/Makefile b/arch/arm/mach-sunplus/Makefile new file mode 100644 index 000000000..c902580a7 --- /dev/null +++ b/arch/arm/mach-sunplus/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the linux kernel. +# + +# Object file lists. + +obj-$(CONFIG_SOC_SP7021) += sp7021.o + diff --git a/arch/arm/mach-sunplus/sp7021.c b/arch/arm/mach-sunplus/sp7021.c new file mode 100644 index 000000000..774d0a5bd --- /dev/null +++ b/arch/arm/mach-sunplus/sp7021.c @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +/* + * Copyright (C) Sunplus Technology Co., Ltd. + * All rights reserved. + */ +#include +#include + +static const char *sp7021_compat[] __initconst = { + "sunplus,sp7021", + NULL +}; + +DT_MACHINE_START(SP7021_DT, "SP7021") + .dt_compat = sp7021_compat, +MACHINE_END -- 2.33.1