arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 ++ 1 file changed, 2 insertions(+)
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
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
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 >> >
© 2016 - 2025 Red Hat, Inc.