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

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


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

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

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

Please follow the other platforms for the firmware names: "qcom/<SoC>/<name>.mbn if the device in not fused for the particular set of keys and "qcom/<SoC>/<vendor>/<device>/<name>.mbn" if the device is fused.

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

--
With best wishes
Dmitry