mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: sdm845-mtp: Relocate remoteproc firmware
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>
This commit is contained in:
parent
392a585583
commit
dfaf16014f
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
&adsp_pas {
|
&adsp_pas {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
firmware-name = "qcom/sdm845/adsp.mdt";
|
||||||
};
|
};
|
||||||
|
|
||||||
&apps_rsc {
|
&apps_rsc {
|
||||||
|
@ -350,6 +351,7 @@
|
||||||
|
|
||||||
&cdsp_pas {
|
&cdsp_pas {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
firmware-name = "qcom/sdm845/cdsp.mdt";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
&dsi0 {
|
||||||
|
@ -454,6 +456,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mss_pil {
|
||||||
|
status = "okay";
|
||||||
|
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
|
||||||
|
};
|
||||||
|
|
||||||
&qupv3_id_1 {
|
&qupv3_id_1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue