[PATCH 1/4] dt-bindings: arm: amlogic: add A4 support

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

Document the new A4 SoC/board device tree bindings.

Amlogic A4 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 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index 949537cea6be..9a135fe1c862 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -201,6 +201,14 @@ properties:
               - amlogic,ad402
           - const: amlogic,a1
 
+      - description: Boards with the Amlogic A4 A113L2 SoC
+        items:
+          - enum:
+              - amlogic,ba400
+              - amlogic,ba401
+              - amlogic,ba409
+          - const: amlogic,a4
+
       - description: Boards with the Amlogic C3 C302X/C308L SoC
         items:
           - enum:

-- 
2.37.1
Re: [PATCH 1/4] dt-bindings: arm: amlogic: add A4 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 A4 A113L2 SoC
> +        items:
> +          - enum:
> +              - amlogic,ba400
> +              - amlogic,ba401
> +              - amlogic,ba409
Within this series you are only sending a .dts with "amlogic,ba400"
What about the other two compatible strings?
Re: [PATCH 1/4] dt-bindings: arm: amlogic: add A4 support
Posted by Xianwei Zhao 1 year, 11 months ago
Hi Martin,
       Thanks for your review.

On 2024/3/13 01:20, 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 A4 A113L2 SoC
>> +        items:
>> +          - enum:
>> +              - amlogic,ba400
>> +              - amlogic,ba401
>> +              - amlogic,ba409
> Within this series you are only sending a .dts with "amlogic,ba400"
> What about the other two compatible strings?
I will delete other two compatible strings.  I re-add them when I submit 
BA401 and BA409 device trees.
Re: [PATCH 1/4] dt-bindings: arm: amlogic: add A4 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 A4 SoC/board device tree bindings.
> 
> Amlogic A4 is an application processor designed for smart audio
> and IoT applications.

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

Best regards,
Krzysztof