arm64: dts: qcom: sdm845-mtp: Relocate remoteproc firmware
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 2 Mar 2020 02:07:57 +0000 (18:07 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 17 Mar 2020 05:20:34 +0000 (22:20 -0700)
Update the firmware-name of the remoteproc nodes to mimic the firmware
structure on other 845 devices.

Reviewed-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/20200302020757.551483-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845-mtp.dts

index 588901b..023e8b0 100644 (file)
@@ -50,6 +50,7 @@
 
 &adsp_pas {
        status = "okay";
+       firmware-name = "qcom/sdm845/adsp.mdt";
 };
 
 &apps_rsc {
 
 &cdsp_pas {
        status = "okay";
+       firmware-name = "qcom/sdm845/cdsp.mdt";
 };
 
 &dsi0 {
        status = "okay";
 };
 
+&mss_pil {
+       status = "okay";
+       firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
+};
+
 &qupv3_id_1 {
        status = "okay";
 };