[PATCH 1/2] dt-bindings: arm: ti: Add binding for AM69 Starter Kit

sabiya.d@mistralsolutions.com posted 2 patches 2 years, 7 months ago
[PATCH 1/2] dt-bindings: arm: ti: Add binding for AM69 Starter Kit
Posted by sabiya.d@mistralsolutions.com 2 years, 7 months ago
From: Dasnavis Sabiya <sabiya.d@ti.com>

AM69 Starter Kit is a single board designed for TI AM69 SoC.
The AM69 SoC belongs to the K3 Multicore SoC architecture platform,
providing advanced system integration in automotive ADAS applications,
autonomous mobile robot and edge AI applications.

Add DT binding for AM69 Starter Kit.

Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com>
---
 Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
index b28cce4a9157..d5fd058e4aa9 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -81,6 +81,7 @@ properties:
       - description: K3 J784s4 SoC
         items:
           - enum:
+              - ti,am69-sk
               - ti,j784s4-evm
           - const: ti,j784s4
 
-- 
2.25.1
Re: [PATCH 1/2] dt-bindings: arm: ti: Add binding for AM69 Starter Kit
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 19/01/2023 14:29, sabiya.d@mistralsolutions.com wrote:
> From: Dasnavis Sabiya <sabiya.d@ti.com>
> 

Subject: drop second/last, redundant "binding for". The "dt-bindings"
prefix is already stating that these are bindings.

> AM69 Starter Kit is a single board designed for TI AM69 SoC.
> The AM69 SoC belongs to the K3 Multicore SoC architecture platform,
> providing advanced system integration in automotive ADAS applications,
> autonomous mobile robot and edge AI applications.


With fixed subject:

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

Best regards,
Krzysztof