[PATCHv4 5/6] arm64: dts: ti: Update firmware-name for IPC

Paresh Bhagat posted 6 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCHv4 5/6] arm64: dts: ti: Update firmware-name for IPC
Posted by Paresh Bhagat 3 months, 2 weeks ago
Update the firmware-name properties in the dts file to point to new IPC
firmware binaries for both the mcu-r5 and c7x core.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.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
Re: [PATCHv4 5/6] arm64: dts: ti: Update firmware-name for IPC
Posted by Bryan Brattlof 3 months, 2 weeks ago
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

> Signed-off-by: Paresh Bhagat <p-bhagat@ti.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
>
Re: [PATCHv4 5/6] arm64: dts: ti: Update firmware-name for IPC
Posted by Paresh Bhagat 3 months, 2 weeks ago
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@ti.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
>>