2022-09-21 02:32:09

by Robert Nelson

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: arm: ti: Add bindings for BeagleBone AI-64

This board is based on the ti,j721e

https://beagleboard.org/ai-64
https://git.beagleboard.org/beagleboard/beaglebone-ai-64

Signed-off-by: Robert Nelson <[email protected]>
CC: Rob Herring <[email protected]>
CC: Nishanth Menon <[email protected]>
CC: Jason Kridner <[email protected]>
CC: Drew Fustini <[email protected]>
---
Changes since v2:
- rebased on next after k3.yaml alphabetical sort
Changes since v1:
- added documenation links
- add board in alphabetical order
---
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 28b8232e1c5b..09e6845ff243 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -61,6 +61,7 @@ properties:
- const: ti,j721e
- items:
- enum:
+ - beagle,j721e-beagleboneai64
- ti,j721e-evm
- ti,j721e-sk
- const: ti,j721e
--
2.30.2


2022-09-22 14:02:50

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: ti: Add bindings for BeagleBone AI-64



On 21/09/22 7:42 am, Robert Nelson wrote:
> This board is based on the ti,j721e
>
> https://beagleboard.org/ai-64
> https://git.beagleboard.org/beagleboard/beaglebone-ai-64
>
> Signed-off-by: Robert Nelson <[email protected]>
> CC: Rob Herring <[email protected]>
> CC: Nishanth Menon <[email protected]>
> CC: Jason Kridner <[email protected]>
> CC: Drew Fustini <[email protected]>
> ---
> Changes since v2:
> - rebased on next after k3.yaml alphabetical sort
> Changes since v1:
> - added documenation links
> - add board in alphabetical order
> ---
> 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 28b8232e1c5b..09e6845ff243 100644
> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> @@ -61,6 +61,7 @@ properties:
> - const: ti,j721e
> - items:
> - enum:
> + - beagle,j721e-beagleboneai64
> - ti,j721e-evm
> - ti,j721e-sk
> - const: ti,j721e

You seem to have forgotten to include Ack from Rob on v2:

https://lore.kernel.org/linux-arm-kernel/[email protected]/

2022-09-22 15:01:38

by Robert Nelson

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: ti: Add bindings for BeagleBone AI-64

> > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> > index 28b8232e1c5b..09e6845ff243 100644
> > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> > @@ -61,6 +61,7 @@ properties:
> > - const: ti,j721e
> > - items:
> > - enum:
> > + - beagle,j721e-beagleboneai64
> > - ti,j721e-evm
> > - ti,j721e-sk
> > - const: ti,j721e
>
> You seem to have forgotten to include Ack from Rob on v2:
>
> https://lore.kernel.org/linux-arm-kernel/[email protected]/

Ah darn, I completely missed that!

--
Robert Nelson
https://rcn-ee.com/

2022-09-26 21:23:54

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: ti: Add bindings for BeagleBone AI-64

On Tue, 20 Sep 2022 21:12:59 -0500, Robert Nelson wrote:
> This board is based on the ti,j721e
>
> https://beagleboard.org/ai-64
> https://git.beagleboard.org/beagleboard/beaglebone-ai-64
>
> Signed-off-by: Robert Nelson <[email protected]>
> CC: Rob Herring <[email protected]>
> CC: Nishanth Menon <[email protected]>
> CC: Jason Kridner <[email protected]>
> CC: Drew Fustini <[email protected]>
> ---
> Changes since v2:
> - rebased on next after k3.yaml alphabetical sort
> Changes since v1:
> - added documenation links
> - add board in alphabetical order
> ---
> Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

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