From nobody Fri May 8 10:48:33 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44D34C433EF for ; Thu, 5 May 2022 06:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245163AbiEEGt7 (ORCPT ); Thu, 5 May 2022 02:49:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233151AbiEEGt4 (ORCPT ); Thu, 5 May 2022 02:49:56 -0400 Received: from mx1.cqplus1.com (unknown [113.204.237.245]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EF8791EADC for ; Wed, 4 May 2022 23:45:59 -0700 (PDT) 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(24038:0:AUTH_RELAY) (envelope-from ); Thu, 05 May 2022 14:44:53 +0800 (CST) From: Qin Jian To: krzysztof.kozlowski@linaro.org Cc: robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Qin Jian Subject: [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards Date: Thu, 5 May 2022 14:44:30 +0800 Message-Id: <20220505064430.124657-1-qinjian@cqplus1.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This introduces bindings for boards based Sunplus SP7021 SoC. This patch is separated from the patch series: Add Sunplus SP7021 SoC Support. [1] To simply thing, I extract it from the original and resend this patch. Previous changelog: [1] [1] https://lore.kernel.org/lkml/cover.1649659095.git.qinjian@cqplus1.com/ Reviewed-by: Krzysztof Kozlowski Signed-off-by: Qin Jian --- .../bindings/arm/sunplus,sp7021.yaml | 28 +++++++++++++++++++ MAINTAINERS | 7 +++++ 2 files changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/sunplus,sp7021.ya= ml diff --git a/Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml b/Do= cumentation/devicetree/bindings/arm/sunplus,sp7021.yaml new file mode 100644 index 000000000..ef48fb270 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml @@ -0,0 +1,28 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +# Copyright (C) Sunplus Co., Ltd. 2021 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/sunplus,sp7021.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Sunplus SP7021 Boards Device Tree Bindings + +maintainers: + - qinjian + +description: | + ARM platforms using Sunplus SP7021, an ARM Cortex A7 (4-cores) based SoC. + Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview + +properties: + $nodename: + const: '/' + compatible: + items: + - enum: + - sunplus,sp7021-achip + - const: sunplus,sp7021 + +additionalProperties: true + +... diff --git a/MAINTAINERS b/MAINTAINERS index cd0f68d4a..8b5e2e639 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2738,6 +2738,13 @@ F: drivers/clocksource/armv7m_systick.c N: stm32 N: stm =20 +ARM/SUNPLUS SP7021 SOC SUPPORT +M: Qin Jian +L: linux-arm-kernel@lists.infradead.org (moderated for mon-subscribers) +S: Maintained +W: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview +F: Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml + ARM/Synaptics SoC support M: Jisheng Zhang M: Sebastian Hesselbarth --=20 2.33.1