Browse Source

Merge branch 'topic/4.19/am65x' of git://git.ti.com/rpmsg/remoteproc into rpmsg-ti-linux-4.19.y

Pull in the dedicated AM65x remoteproc topic branch that increases the
IPC DDR carveout region used by the MCU domain R5F cores on AM65x platforms
to match the current usage on the PDK IPC LLD firmwares.

* 'topic/4.19/am65x' of git://git.ti.com/rpmsg/remoteproc:
  TEMP: arm64: dts: ti: k3-am654-base-board: Increase reserve memory for RTOS IPC

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 6 years ago
parent
commit
f14752f5db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm64/boot/dts/ti/k3-am654-base-board.dts

+ 1 - 1
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

@@ -60,7 +60,7 @@
 		};
 		};
 
 
 		rtos_ipc_memory_region: ipc-memories@a2000000 {
 		rtos_ipc_memory_region: ipc-memories@a2000000 {
-			reg = <0x00 0xa2000000 0x00 0x00100000>;
+			reg = <0x00 0xa2000000 0x00 0x00200000>;
 			alignment = <0x1000>;
 			alignment = <0x1000>;
 			no-map;
 			no-map;
 		};
 		};