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

From: Viken Dadhaniya

Date: Tue Sep 23 2025 - 11:52:32 EST




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@xxxxxxxxxxxxxxxx>
>> ---
>> 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
>>
>