[PATCH v1] arm64: dts: qcom: qcs6490-rb3gen2: Add firmware-name to QUPv3 nodes

Viken Dadhaniya posted 1 patch 1 week, 1 day ago
There is a newer version of this series
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 ++
1 file changed, 2 insertions(+)
[PATCH v1] arm64: dts: qcom: qcs6490-rb3gen2: Add firmware-name to QUPv3 nodes
Posted by Viken Dadhaniya 1 week, 1 day ago
Add firmware-name property to qupv3_id_0 and qupv3_id_1 to specify the
QUPv3 firmware ELF (qupv3fw.elf).

Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 18cea8812001..4e361580ddf1 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -1009,10 +1009,12 @@ &qup_uart7_tx {
 };
 
 &qupv3_id_0 {
+	firmware-name = "qcom/qcs6490/qupv3fw.elf";
 	status = "okay";
 };
 
 &qupv3_id_1 {
+	firmware-name = "qcom/qcs6490/qupv3fw.elf";
 	status = "okay";
 };
 
-- 
2.34.1
Re: [PATCH v1] arm64: dts: qcom: qcs6490-rb3gen2: Add firmware-name to QUPv3 nodes
Posted by Dmitry Baryshkov 1 week, 1 day ago
On Tue, Sep 23, 2025 at 08:04:31PM +0530, Viken Dadhaniya wrote:
> Add firmware-name property to qupv3_id_0 and qupv3_id_1 to specify the
> QUPv3 firmware ELF (qupv3fw.elf).

Please start by describing the problem you are trying to solve.

> 
> Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
> index 18cea8812001..4e361580ddf1 100644
> --- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
> +++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
> @@ -1009,10 +1009,12 @@ &qup_uart7_tx {
>  };
>  
>  &qupv3_id_0 {
> +	firmware-name = "qcom/qcs6490/qupv3fw.elf";
>  	status = "okay";
>  };
>  
>  &qupv3_id_1 {
> +	firmware-name = "qcom/qcs6490/qupv3fw.elf";
>  	status = "okay";
>  };
>  
> -- 
> 2.34.1
> 

-- 
With best wishes
Dmitry
Re: [PATCH v1] arm64: dts: qcom: qcs6490-rb3gen2: Add firmware-name to QUPv3 nodes
Posted by Viken Dadhaniya 1 week, 1 day ago

On 9/23/2025 8:43 PM, Dmitry Baryshkov wrote:
> On Tue, Sep 23, 2025 at 08:04:31PM +0530, Viken Dadhaniya wrote:
>> Add firmware-name property to qupv3_id_0 and qupv3_id_1 to specify the
>> QUPv3 firmware ELF (qupv3fw.elf).
> 
> Please start by describing the problem you are trying to solve.

Sure, I’ll update it and send v2.

> 
>>
>> Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
>> ---
>>  arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
>> index 18cea8812001..4e361580ddf1 100644
>> --- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
>> +++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
>> @@ -1009,10 +1009,12 @@ &qup_uart7_tx {
>>  };
>>  
>>  &qupv3_id_0 {
>> +	firmware-name = "qcom/qcs6490/qupv3fw.elf";
>>  	status = "okay";
>>  };
>>  
>>  &qupv3_id_1 {
>> +	firmware-name = "qcom/qcs6490/qupv3fw.elf";
>>  	status = "okay";
>>  };
>>  
>> -- 
>> 2.34.1
>>
>