* [PATCH] dt-bindings: arm: amlogic: add C3 bindings
@ 2023-04-07 10:27 Kelvin Zhang
2023-04-07 13:49 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kelvin Zhang @ 2023-04-07 10:27 UTC (permalink / raw)
To: linux-amlogic, linux-arm-kernel, devicetree, linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Kevin Hilman, Neil Armstrong,
Kelvin Zhang
Document the new C3 SoC/board device tree bindings.
C3 is an advanced edge AI processor designed for smart IP camera
applications, which does not belong to Meson series.
Therefore, modify the title field accordingly.
Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com>
---
Documentation/devicetree/bindings/arm/amlogic.yaml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index 274ee0890312..08d59842655c 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/arm/amlogic.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Amlogic MesonX
+title: Amlogic SoC based Platforms
maintainers:
- Kevin Hilman <khilman@baylibre.com>
@@ -205,6 +205,13 @@ properties:
- amlogic,ad401
- const: amlogic,a1
+ - description: Boards with the Amlogic C3 C302X/C308L SoC
+ items:
+ - enum:
+ - amlogic,aw409
+ - amlogic,aw419
+ - const: amlogic,c3
+
- description: Boards with the Amlogic Meson S4 S805X2 SoC
items:
- enum:
base-commit: e134c93f788fb93fd6a3ec3af9af850a2048c7e6
--
2.37.1
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: amlogic: add C3 bindings
2023-04-07 10:27 [PATCH] dt-bindings: arm: amlogic: add C3 bindings Kelvin Zhang
@ 2023-04-07 13:49 ` Krzysztof Kozlowski
2023-04-07 14:42 ` Neil Armstrong
2023-04-07 14:43 ` Neil Armstrong
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 13:49 UTC (permalink / raw)
To: Kelvin Zhang, linux-amlogic, linux-arm-kernel, devicetree,
linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Kevin Hilman, Neil Armstrong
On 07/04/2023 12:27, Kelvin Zhang wrote:
> Document the new C3 SoC/board device tree bindings.
>
> C3 is an advanced edge AI processor designed for smart IP camera
> applications, which does not belong to Meson series.
>
> Therefore, modify the title field accordingly.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: amlogic: add C3 bindings
2023-04-07 10:27 [PATCH] dt-bindings: arm: amlogic: add C3 bindings Kelvin Zhang
2023-04-07 13:49 ` Krzysztof Kozlowski
@ 2023-04-07 14:42 ` Neil Armstrong
2023-04-07 14:43 ` Neil Armstrong
2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2023-04-07 14:42 UTC (permalink / raw)
To: Kelvin Zhang, linux-amlogic, linux-arm-kernel, devicetree,
linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Kevin Hilman
Hi Kelvin,
On 07/04/2023 12:27, Kelvin Zhang wrote:
> Document the new C3 SoC/board device tree bindings.
>
> C3 is an advanced edge AI processor designed for smart IP camera
> applications, which does not belong to Meson series.
>
> Therefore, modify the title field accordingly.
>
> Signed-off-by: Kelvin Zhang <kelvin.zhang@amlogic.com>
> ---
> Documentation/devicetree/bindings/arm/amlogic.yaml | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
> index 274ee0890312..08d59842655c 100644
> --- a/Documentation/devicetree/bindings/arm/amlogic.yaml
> +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/arm/amlogic.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Amlogic MesonX
> +title: Amlogic SoC based Platforms
>
> maintainers:
> - Kevin Hilman <khilman@baylibre.com>
> @@ -205,6 +205,13 @@ properties:
> - amlogic,ad401
> - const: amlogic,a1
>
> + - description: Boards with the Amlogic C3 C302X/C308L SoC
> + items:
> + - enum:
> + - amlogic,aw409
> + - amlogic,aw419
> + - const: amlogic,c3
> +
> - description: Boards with the Amlogic Meson S4 S805X2 SoC
> items:
> - enum:
>
> base-commit: e134c93f788fb93fd6a3ec3af9af850a2048c7e6
I'll apply it in my v6.5/arm64-dt since I already sent the v6.4 PRs,
since it's early for v6.5 the branch will eventually be rebase when v6.4-rc1 is tagged
Neil
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: amlogic: add C3 bindings
2023-04-07 10:27 [PATCH] dt-bindings: arm: amlogic: add C3 bindings Kelvin Zhang
2023-04-07 13:49 ` Krzysztof Kozlowski
2023-04-07 14:42 ` Neil Armstrong
@ 2023-04-07 14:43 ` Neil Armstrong
2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2023-04-07 14:43 UTC (permalink / raw)
To: linux-amlogic, linux-arm-kernel, devicetree, linux-kernel,
Kelvin Zhang
Cc: Rob Herring, Krzysztof Kozlowski, Kevin Hilman
Hi,
On Fri, 07 Apr 2023 18:27:04 +0800, Kelvin Zhang wrote:
> Document the new C3 SoC/board device tree bindings.
>
> C3 is an advanced edge AI processor designed for smart IP camera
> applications, which does not belong to Meson series.
>
> Therefore, modify the title field accordingly.
>
> [...]
Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.5/arm64-dt)
[1/1] dt-bindings: arm: amlogic: add C3 bindings
https://git.kernel.org/amlogic/c/b2255e4195ea509b51c33b7a182e764c37901129
These changes has been applied on the intermediate git tree [1].
The v6.5/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.
In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].
The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.
If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
--
Neil
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-07 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 10:27 [PATCH] dt-bindings: arm: amlogic: add C3 bindings Kelvin Zhang
2023-04-07 13:49 ` Krzysztof Kozlowski
2023-04-07 14:42 ` Neil Armstrong
2023-04-07 14:43 ` Neil Armstrong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox