[PATCH 2/4] dt-bindings: arm: amlogic: add A5 support

Xianwei Zhao via B4 Relay posted 4 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH 2/4] dt-bindings: arm: amlogic: add A5 support
Posted by Xianwei Zhao via B4 Relay 1 year, 11 months ago
From: Xianwei Zhao <xianwei.zhao@amlogic.com>

Document the new A5 SoC/board device tree bindings.

Amlogic A5 is an application processor designed for smart audio
and IoT applications.

Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
---
 Documentation/devicetree/bindings/arm/amlogic.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index 9a135fe1c862..6090cb674b65 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -209,6 +209,13 @@ properties:
               - amlogic,ba409
           - const: amlogic,a4
 
+      - description: Boards with the Amlogic A5 A113X2 SoC
+        items:
+          - enum:
+              - amlogic,av400
+              - amlogic,av409
+          - const: amlogic,a5
+
       - description: Boards with the Amlogic C3 C302X/C308L SoC
         items:
           - enum:

-- 
2.37.1
Re: [PATCH 2/4] dt-bindings: arm: amlogic: add A5 support
Posted by Martin Blumenstingl 1 year, 11 months ago
On Tue, Mar 12, 2024 at 10:19 AM Xianwei Zhao via B4 Relay
<devnull+xianwei.zhao.amlogic.com@kernel.org> wrote:
[...]
> +      - description: Boards with the Amlogic A5 A113X2 SoC
> +        items:
> +          - enum:
> +              - amlogic,av400
> +              - amlogic,av409
Similar question as for the A4 SoC: this series does not have a .dts
for "amlogic,av409" - what's the plan with that board?
Re: [PATCH 2/4] dt-bindings: arm: amlogic: add A5 support
Posted by Xianwei Zhao 1 year, 11 months ago
Hi Martin,
      Thanks for your reply.

On 2024/3/13 01:21, Martin Blumenstingl wrote:
> [ EXTERNAL EMAIL ]
> 
> On Tue, Mar 12, 2024 at 10:19 AM Xianwei Zhao via B4 Relay
> <devnull+xianwei.zhao.amlogic.com@kernel.org> wrote:
> [...]
>> +      - description: Boards with the Amlogic A5 A113X2 SoC
>> +        items:
>> +          - enum:
>> +              - amlogic,av400
>> +              - amlogic,av409
> Similar question as for the A4 SoC: this series does not have a .dts
> for "amlogic,av409" - what's the plan with that board?
I will delete this strings.  I re-add it when I submit AV409 device tree.
Re: [PATCH 2/4] dt-bindings: arm: amlogic: add A5 support
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On 12/03/2024 10:18, Xianwei Zhao via B4 Relay wrote:
> From: Xianwei Zhao <xianwei.zhao@amlogic.com>
> 
> Document the new A5 SoC/board device tree bindings.
> 
> Amlogic A5 is an application processor designed for smart audio
> and IoT applications.
> 
> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
> ---
>  Documentation/devicetree/bindings/arm/amlogic.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof