2023-04-06 08:38:59

by Kelvin Zhang

[permalink] [raw]
Subject: [RFC PATCH] dt-bindings: arm: amlogic: add C3 bindings

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 <[email protected]>
---
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..ade730f35519 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 <[email protected]>
@@ -211,6 +211,13 @@ properties:
- amlogic,aq222
- const: amlogic,s4

+ - description: Boards with the Amlogic C3 C302X/C308L SoC
+ items:
+ - enum:
+ - amlogic,aw409
+ - amlogic,aw419
+ - const: amlogic,c3
+
additionalProperties: true

...

base-commit: e134c93f788fb93fd6a3ec3af9af850a2048c7e6
--
2.37.1


2023-04-06 08:39:33

by Neil Armstrong

[permalink] [raw]
Subject: Re: [RFC PATCH] dt-bindings: arm: amlogic: add C3 bindings

Hi Kelvin.

On 06/04/2023 10:16, 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.

Please CC [email protected] and [email protected] aswell.

>
> Signed-off-by: Kelvin Zhang <[email protected]>
> ---
> 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..ade730f35519 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 <[email protected]>
> @@ -211,6 +211,13 @@ properties:
> - amlogic,aq222
> - const: amlogic,s4
>
> + - description: Boards with the Amlogic C3 C302X/C308L SoC
> + items:
> + - enum:
> + - amlogic,aw409
> + - amlogic,aw419
> + - const: amlogic,c3
> +
> additionalProperties: true
>
> ...
>
> base-commit: e134c93f788fb93fd6a3ec3af9af850a2048c7e6

Thanks,
Neil

2023-04-06 18:16:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [RFC PATCH] dt-bindings: arm: amlogic: add C3 bindings

On 06/04/2023 10:16, 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 <[email protected]>
> ---
> 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..ade730f35519 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 <[email protected]>
> @@ -211,6 +211,13 @@ properties:
> - amlogic,aq222
> - const: amlogic,s4
>
> + - description: Boards with the Amlogic C3 C302X/C308L SoC
> + items:
> + - enum:
> + - amlogic,aw409
> + - amlogic,aw419
> + - const: amlogic,c3

Try to keep some order, e.g. between a and s.

Best regards,
Krzysztof

2023-04-07 03:33:24

by Kelvin Zhang

[permalink] [raw]
Subject: Re: [RFC PATCH] dt-bindings: arm: amlogic: add C3 bindings

On 2023/4/7 02:11, Krzysztof Kozlowski wrote:
> [ EXTERNAL EMAIL ]
>
> On 06/04/2023 10:16, 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 <[email protected]>
>> ---
>> 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..ade730f35519 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 <[email protected]>
>> @@ -211,6 +211,13 @@ properties:
>> - amlogic,aq222
>> - const: amlogic,s4
>>
>> + - description: Boards with the Amlogic C3 C302X/C308L SoC
>> + items:
>> + - enum:
>> + - amlogic,aw409
>> + - amlogic,aw419
>> + - const: amlogic,c3
> Try to keep some order, e.g. between a and s.
Sure. Thanks!
>
> Best regards,
> Krzysztof
>