Re: [PATCH 3/3] arm64: dts: qcom: qru1000-idp: Enable mpss

From: Dmitry Baryshkov
Date: Tue Feb 14 2023 - 05:00:46 EST


On 13/02/2023 21:01, Melody Olvera wrote:
Add MPSS firmware paths for the QRU1000 IDP platform.

Signed-off-by: Melody Olvera <quic_molvera@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/qru1000-idp.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qru1000-idp.dts b/arch/arm64/boot/dts/qcom/qru1000-idp.dts
index 2cc893ae4d10..dd0bccbbd49c 100644
--- a/arch/arm64/boot/dts/qcom/qru1000-idp.dts
+++ b/arch/arm64/boot/dts/qcom/qru1000-idp.dts
@@ -448,6 +448,12 @@ &qupv3_id_0 {
status = "okay";
};
+&remoteproc_mpss {
+ firmware-name = "modem.mdt",
+ "modem_dtb.mdt";

Same comment as for the patch 2. Firmware names are wrong.

+ status = "okay";
+};
+
&uart7 {
status = "okay";
};

--
With best wishes
Dmitry