mbox series

[V2,0/2] arm64: Initial support for Texas Instruments J721E EAIK

Message ID 20210607093314.23909-1-sinthu.raja@ti.com (mailing list archive)
Headers show
Series arm64: Initial support for Texas Instruments J721E EAIK | expand

Message

Sinthu Raja June 7, 2021, 9:33 a.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed
for TI’s J721E SoC. This series intoduces the basic support for J721E
EAIK

Changes in v2:
- Fix for dt_binding_check error.
- Modified base commit to the recent RC1.

Sinthu Raja (2):
  dt-bindings: arm: ti: Add bindings for J721E EAIK
  arm64: dts: ti: Add support for J721E EAIK

 .../devicetree/bindings/arm/ti/k3.yaml        |   2 +
 .../bindings/remoteproc/ti,k3-dsp-rproc.yaml  |   2 +-
 arch/arm64/boot/dts/ti/Makefile               |   2 +
 arch/arm64/boot/dts/ti/k3-j721e-eaik.dts      | 342 ++++++++++++++++++
 4 files changed, 347 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-eaik.dts


base-commit: 6efb943b8616ec53a5e444193dccf1af9ad627b5

Comments

Nishanth Menon June 7, 2021, 1:35 p.m. UTC | #1
On 15:03-20210607, Sinthu Raja wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
> 
> J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed
> for TI’s J721E SoC. This series intoduces the basic support for J721E
> EAIK
> 
> Changes in v2:
> - Fix for dt_binding_check error.
> - Modified base commit to the recent RC1.
> 
> Sinthu Raja (2):
>   dt-bindings: arm: ti: Add bindings for J721E EAIK
>   arm64: dts: ti: Add support for J721E EAIK
> 
>  .../devicetree/bindings/arm/ti/k3.yaml        |   2 +
>  .../bindings/remoteproc/ti,k3-dsp-rproc.yaml  |   2 +-
>  arch/arm64/boot/dts/ti/Makefile               |   2 +
>  arch/arm64/boot/dts/ti/k3-j721e-eaik.dts      | 342 ++++++++++++++++++
>  4 files changed, 347 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-eaik.dts
> 
> 
> base-commit: 6efb943b8616ec53a5e444193dccf1af9ad627b5


This might be a little too late for 5.14 window, i have provided
some basic comments on the same.