]> Git Repo - linux.git/commitdiff
arm64: dts: qcom: sdm845-mtp: Relocate remoteproc firmware
authorBjorn Andersson <[email protected]>
Mon, 2 Mar 2020 02:07:57 +0000 (18:07 -0800)
committerBjorn Andersson <[email protected]>
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
arch/arm64/boot/dts/qcom/sdm845-mtp.dts

index 588901b1557b66fad1e08c7dd84bd4aa5bbd0358..023e8b04c7f65b78fc4022d31e57a8e34af5110b 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";
 };
This page took 0.059559 seconds and 4 git commands to generate.