[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd5ae2e8-eaaa-4d00-bd13-c2fbe0d4b567@ti.com>
Date: Tue, 24 Jun 2025 14:42:36 +0530
From: Paresh Bhagat <p-bhagat@...com>
To: Bryan Brattlof <bb@...com>
CC: <nm@...com>, <vigneshr@...com>, <praneeth@...com>, <kristo@...nel.org>,
<robh@...nel.org>, <krzk+dt@...nel.org>, <conor+dt@...nel.org>,
<linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <khasim@...com>, <v-singh1@...com>,
<afd@...com>, <devarsht@...com>
Subject: Re: [PATCHv4 5/6] arm64: dts: ti: Update firmware-name for IPC
Hi Bryan,
On 23/06/25 19:59, Bryan Brattlof wrote:
> On June 23, 2025 thus sayeth Paresh Bhagat:
>> Update the firmware-name properties in the dts file to point to new IPC
>> firmware binaries for both the mcu-r5 and c7x core.
>>
> Same here. This seems like we should have squashed this into 4/6
>
> ~Bryan
Yep will do
>
>> Signed-off-by: Paresh Bhagat <p-bhagat@...com>
>> ---
>> arch/arm64/boot/dts/ti/k3-am62d2-evm.dts | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-am62d2-evm.dts b/arch/arm64/boot/dts/ti/k3-am62d2-evm.dts
>> index 8fde89ecba67..c98e4c98c956 100644
>> --- a/arch/arm64/boot/dts/ti/k3-am62d2-evm.dts
>> +++ b/arch/arm64/boot/dts/ti/k3-am62d2-evm.dts
>> @@ -487,6 +487,7 @@ &mcu_r5fss0_core0 {
>> mboxes = <&mailbox0_cluster2 &mbox_mcu_r5_0>;
>> memory-region = <&mcu_r5fss0_core0_dma_memory_region>,
>> <&mcu_r5fss0_core0_memory_region>;
>> + firmware-name = "am62d-mcu-r5f0_0-fw";
>> };
>>
>> &c7x_0 {
>> @@ -495,6 +496,7 @@ &c7x_0 {
>> mboxes = <&mailbox0_cluster1 &mbox_c7x_0>;
>> memory-region = <&c7x_0_dma_memory_region>,
>> <&c7x_0_memory_region>;
>> + firmware-name = "am62d-c71_0-fw";
>> };
>>
>> &cpsw3g {
>> --
>> 2.34.1
>>
Powered by blists - more mailing lists