Re: [PATCH] arm64: dts: qcom: sdm845-mtp: Relocate remoteproc firmware

From: Sibi Sankar
Date: Thu Mar 12 2020 - 22:37:51 EST


On 2020-03-02 07:37, Bjorn Andersson wrote:
Update the firmware-name of the remoteproc nodes to mimic the firmware
structure on other 845 devices.

Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
index 09ad37b0dd71..fa7f4373a668 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts
@@ -50,6 +50,7 @@ vreg_s4a_1p8: pm8998-smps4 {

&adsp_pas {
status = "okay";
+ firmware-name = "qcom/sdm845/adsp.mdt";
};

&apps_rsc {
@@ -350,6 +351,7 @@ vreg_s3c_0p6: smps3 {

&cdsp_pas {
status = "okay";
+ firmware-name = "qcom/sdm845/cdsp.mdt";
};

&gcc {
@@ -372,6 +374,11 @@ &i2c10 {
clock-frequency = <400000>;
};

+&mss_pil {
+ status = "okay";

status okay isn't really needed...

Reviewed-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx>

+ firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
+};
+
&qupv3_id_1 {
status = "okay";
};

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project.