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 năm trước cách đây
mục cha
commit
f14752f5db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {
-			reg = <0x00 0xa2000000 0x00 0x00100000>;
+			reg = <0x00 0xa2000000 0x00 0x00200000>;
 			alignment = <0x1000>;
 			no-map;
 		};