Re: [U-Boot] [PATCH] arm: dts: k3-am65: Add R5F ranges in interconnect nodes

2019-10-25 Thread Tom Rini
On Thu, Oct 17, 2019 at 09:03:08AM +0530, Lokesh Vutla wrote:

> From: Suman Anna 
> 
> Add the address spaces for the R5F cores in MCU domain to the ranges
> property of the cbass_mcu interconnect node so that the addresses
> within the R5F nodes can be translated properly by the relevant OF
> address API.
> 
> 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] arm: dts: k3-am65: Add R5F ranges in interconnect nodes

2019-10-16 Thread Lokesh Vutla
From: Suman Anna 

Add the address spaces for the R5F cores in MCU domain to the ranges
property of the cbass_mcu interconnect node so that the addresses
within the R5F nodes can be translated properly by the relevant OF
address API.

Signed-off-by: Suman Anna 
Signed-off-by: Lokesh Vutla 
---
- Missed sending this as part of previous rproc series. Thanks Suman for
  pointing it out.

 arch/arm/dts/k3-am65.dtsi | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/k3-am65.dtsi b/arch/arm/dts/k3-am65.dtsi
index a1467a4dd4..3ead944640 100644
--- a/arch/arm/dts/k3-am65.dtsi
+++ b/arch/arm/dts/k3-am65.dtsi
@@ -74,6 +74,8 @@
 <0x00 0x2838 0x00 0x2838 0x00 0x0388>,
 <0x00 0x4020 0x00 0x4020 0x00 0x00900100>,
 <0x00 0x40f0 0x00 0x40f0 0x00 0x0002>,
+<0x00 0x4100 0x00 0x4100 0x00 0x0002>,
+<0x00 0x4140 0x00 0x4140 0x00 0x0002>,
 <0x00 0x4204 0x00 0x4204 0x00 0x03ac2400>,
 <0x00 0x4510 0x00 0x4510 0x00 0x00c24000>,
 <0x00 0x4600 0x00 0x4600 0x00 0x0020>,
@@ -86,6 +88,8 @@
ranges = <0x00 0x2838 0x00 0x2838 0x00 
0x0388>, /* MCU NAVSS*/
 <0x00 0x4020 0x00 0x4020 0x00 
0x00900100>, /* First peripheral window */
 <0x00 0x40f0 0x00 0x40f0 0x00 
0x0002>, /* CTRL_MMR0 */
+<0x00 0x4100 0x00 0x4100 0x00 
0x0002>, /* MCU R5F Core0 */
+<0x00 0x4140 0x00 0x4140 0x00 
0x0002>, /* MCU R5F Core1 */
 <0x00 0x4204 0x00 0x4204 0x00 
0x03ac2400>, /* WKUP */
 <0x00 0x4510 0x00 0x4510 0x00 
0x00c24000>, /* MMRs, remaining NAVSS */
 <0x00 0x4600 0x00 0x4600 0x00 
0x0020>, /* CPSW */
-- 
2.23.0

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