2023-02-13 19:02:52

by Melody Olvera

[permalink] [raw]
Subject: [PATCH 2/3] arm64: dts: qcom: qdu1000-idp: Enable mpss

Add MPSS firmware paths for the QDU1000 IDP platform.

Signed-off-by: Melody Olvera <[email protected]>
---
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";
+ status = "okay";
+};
+
&uart7 {
status = "okay";
};
--
2.25.1



2023-02-14 10:00:36

by Dmitry Baryshkov

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

On 13/02/2023 21:01, Melody Olvera wrote:
> Add MPSS firmware paths for the QDU1000 IDP platform.
>
> Signed-off-by: Melody Olvera <[email protected]>
> ---
> 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