2021-09-29 08:16:25

by Sinthu Raja

[permalink] [raw]
Subject: [PATCH V3 1/4] dt-bindings: arm: ti: Add compatible for J721E SK

From: Sinthu Raja <[email protected]>

J721E Starter Kit (SK)[1] is a low cost, small form factor board
designed for TI’s J721E SoC. Add j721e-sk into compatible enum.

[1]https://www.ti.com/tool/SK-TDA4VM

Signed-off-by: Sinthu Raja <[email protected]>
---

Changes in V3:
* Addressed review comments.
* Added Board URL to the commit description.

V2: https://lore.kernel.org/all/[email protected]/
V1: https://lore.kernel.org/all/[email protected]/

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 29ca364e8a76..d97af3f628d8 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -31,6 +31,7 @@ properties:
items:
- enum:
- ti,j721e-evm
+ - ti,j721e-sk
- const: ti,j721e

- description: K3 J7200 SoC
--
2.31.1


2021-10-04 23:31:08

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH V3 1/4] dt-bindings: arm: ti: Add compatible for J721E SK

On Wed, 29 Sep 2021 13:43:30 +0530, Sinthu Raja wrote:
> From: Sinthu Raja <[email protected]>
>
> J721E Starter Kit (SK)[1] is a low cost, small form factor board
> designed for TI’s J721E SoC. Add j721e-sk into compatible enum.
>
> [1]https://www.ti.com/tool/SK-TDA4VM
>
> Signed-off-by: Sinthu Raja <[email protected]>
> ---
>
> Changes in V3:
> * Addressed review comments.
> * Added Board URL to the commit description.
>
> V2: https://lore.kernel.org/all/[email protected]/
> V1: https://lore.kernel.org/all/[email protected]/
>
> Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>