Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards

This introduces bindings for boards based Sunplus SP7021 SoC.

Signed-off-by: Qin Jian <qinjian@cqplus1.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Qin Jian and committed by
Arnd Bergmann
8bbb1dd5 03c765b0

+36
+29
Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + # Copyright (C) Sunplus Co., Ltd. 2021 3 + %YAML 1.2 4 + --- 5 + $id: http://devicetree.org/schemas/arm/sunplus,sp7021.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 + 8 + title: Sunplus SP7021 Boards 9 + 10 + maintainers: 11 + - qinjian <qinjian@cqplus1.com> 12 + 13 + description: | 14 + ARM platforms using Sunplus SP7021, an ARM Cortex A7 (4-cores) based SoC. 15 + Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview 16 + 17 + properties: 18 + $nodename: 19 + const: '/' 20 + compatible: 21 + items: 22 + - enum: 23 + - sunplus,sp7021-achip 24 + - sunplus,sp7021-demo-v3 25 + - const: sunplus,sp7021 26 + 27 + additionalProperties: true 28 + 29 + ...
+7
MAINTAINERS
··· 2825 2825 N: stm32 2826 2826 N: stm 2827 2827 2828 + ARM/SUNPLUS SP7021 SOC SUPPORT 2829 + M: Qin Jian <qinjian@cqplus1.com> 2830 + L: linux-arm-kernel@lists.infradead.org (moderated for mon-subscribers) 2831 + S: Maintained 2832 + W: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview 2833 + F: Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml 2834 + 2828 2835 ARM/Synaptics SoC support 2829 2836 M: Jisheng Zhang <jszhang@kernel.org> 2830 2837 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>