linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
@ 2022-05-05  6:44 Qin Jian
  2022-05-05 22:34 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Qin Jian @ 2022-05-05  6:44 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: robh+dt, linux-arm-kernel, devicetree, linux-kernel, Qin Jian

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Qin Jian <qinjian@cqplus1.com>
---
 .../bindings/arm/sunplus,sp7021.yaml          | 28 +++++++++++++++++++
 MAINTAINERS                                   |  7 +++++
 2 files changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml

diff --git a/Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml b/Documentation/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 <qinjian@cqplus1.com>
+
+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
 
+ARM/SUNPLUS SP7021 SOC SUPPORT
+M:	Qin Jian <qinjian@cqplus1.com>
+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 <jszhang@kernel.org>
 M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
  2022-05-05  6:44 [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards Qin Jian
@ 2022-05-05 22:34 ` Rob Herring
  2022-05-06  2:10   ` qinjian[覃健]
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2022-05-05 22:34 UTC (permalink / raw)
  To: Qin Jian; +Cc: krzysztof.kozlowski, linux-arm-kernel, devicetree, linux-kernel

On Thu, May 05, 2022 at 02:44:30PM +0800, Qin Jian wrote:
> 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.

This information doesn't belong in the commit msg. You should put 
context like this below the '---'.

Who suggested splitting this out? Normally, new SoC families series are 
applied as a whole by the SoC maintainers (Arnd/Olof).

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
  2022-05-05 22:34 ` Rob Herring
@ 2022-05-06  2:10   ` qinjian[覃健]
  0 siblings, 0 replies; 3+ messages in thread
From: qinjian[覃健] @ 2022-05-06  2:10 UTC (permalink / raw)
  To: Rob Herring
  Cc: krzysztof.kozlowski, linux-arm-kernel, devicetree, linux-kernel

Thanks for your reply, I'll keep updating the original patch series.
Please ignore this patch.


Best regards,
----------------------------------------------
覃健 QinJian
SunMedia Technology(Chengdu)Co.,Ltd
凌阳成芯科技(成都)有限公司
Tel:86-28-87848688 EXT 5476
Fax:86-28-87848686
----------------------------------------------


> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Friday, May 6, 2022 6:34 AM
> To: qinjian[覃健] <qinjian@cqplus1.com>
> Cc: krzysztof.kozlowski@linaro.org; linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
> 
> On Thu, May 05, 2022 at 02:44:30PM +0800, Qin Jian wrote:
> > 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.
> 
> This information doesn't belong in the commit msg. You should put
> context like this below the '---'.
> 
> Who suggested splitting this out? Normally, new SoC families series are
> applied as a whole by the SoC maintainers (Arnd/Olof).
> 
> Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-06  2:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  6:44 [PATCH] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards Qin Jian
2022-05-05 22:34 ` Rob Herring
2022-05-06  2:10   ` qinjian[覃健]

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).