Re: [U-Boot] [PATCH v2 15/26] arm: dts: k3-j721e-main: Add C71x DSP node

2019-10-12 Thread Tom Rini
On Wed, Sep 04, 2019 at 04:01:40PM +0530, Lokesh Vutla wrote:

> The J721E SoCs have a single TMS320C71x DSP Subsystem in the MAIN
> voltage domain containing the next-generation C711 CPU core. The
> subsystem has 32 KB of L1D configurable SRAM/Cache and 512 KB of
> L2 configurable SRAM/Cache. This subsystem has a CMMU but is not
> used currently. The inter-processor communication between the main
> A72 cores and the C711 processor is achieved through shared memory
> and a Mailbox. Add the DT node for this DSP processor sub-system
> in the common k3-j721e-main.dtsi file.
> 
> Signed-off-by: Suman Anna 
> Signed-off-by: Lokesh Vutla 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v2 15/26] arm: dts: k3-j721e-main: Add C71x DSP node

2019-09-04 Thread Lokesh Vutla
The J721E SoCs have a single TMS320C71x DSP Subsystem in the MAIN
voltage domain containing the next-generation C711 CPU core. The
subsystem has 32 KB of L1D configurable SRAM/Cache and 512 KB of
L2 configurable SRAM/Cache. This subsystem has a CMMU but is not
used currently. The inter-processor communication between the main
A72 cores and the C711 processor is achieved through shared memory
and a Mailbox. Add the DT node for this DSP processor sub-system
in the common k3-j721e-main.dtsi file.

Signed-off-by: Suman Anna 
Signed-off-by: Lokesh Vutla 
---
 arch/arm/dts/k3-j721e-common-proc-board.dts |  1 +
 arch/arm/dts/k3-j721e-main.dtsi | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/arch/arm/dts/k3-j721e-common-proc-board.dts 
b/arch/arm/dts/k3-j721e-common-proc-board.dts
index a548277718..b21f597a80 100644
--- a/arch/arm/dts/k3-j721e-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721e-common-proc-board.dts
@@ -22,6 +22,7 @@
remoteproc5 = _r5fss1_core1;
remoteproc6 = _0;
remoteproc7 = _1;
+   remoteproc8 = _0;
};
 };
 
diff --git a/arch/arm/dts/k3-j721e-main.dtsi b/arch/arm/dts/k3-j721e-main.dtsi
index c3aa0cdcf1..6bd59bac52 100644
--- a/arch/arm/dts/k3-j721e-main.dtsi
+++ b/arch/arm/dts/k3-j721e-main.dtsi
@@ -328,4 +328,15 @@
ti,sci-proc-ids = <0x04 0xFF>;
resets = <_reset 143 1>;
};
+
+   c71_0: dsp@6480 {
+   compatible = "ti,j721e-c71-dsp";
+   reg = <0x00 0x6480 0x00 0x0008>,
+ <0x00 0x64e0 0x00 0xc000>;
+   reg-names = "l2sram", "l1dram";
+   ti,sci = <>;
+   ti,sci-dev-id = <15>;
+   ti,sci-proc-ids = <0x30 0xFF>;
+   resets = <_reset 15 1>;
+   };
 };
-- 
2.22.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot