Re: [PATCH v3 4/4] arm64: dts: ti: k3-am62a7-sk: Enable ipc with remote proc nodes

From: Hari Nagalla
Date: Mon Jun 10 2024 - 11:56:35 EST


On 6/10/24 02:02, Vignesh Raghavendra wrote:
Reserve memory for remote rpoc IPC and bind the mailbox assignments
for each remote proc. Two memory regions are reserved for each
remote processor. The first region of 1Mb of memory is used for Vring
s/1Mb/1MB?

Yes, will correct it to 1MB.

>> + reg = <0x00 0x99900000 0x00 0x01efffff>;
> 0x01efffff -> are you sure this is correct? Just missing a byte to a
> nice round number size. looks like typo of using range vs size?
>
You are right. Will round it to 0x01f00000.