Commit c53532f7 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: pdx223: correct firmware paths

Correct firmware paths for the Sony Xperia 1 IV to include the SoC name.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220919190037.2122284-6-dmitry.baryshkov@linaro.org
parent f0a577c3
...@@ -523,17 +523,17 @@ &pcie0_phy { ...@@ -523,17 +523,17 @@ &pcie0_phy {
}; };
&remoteproc_adsp { &remoteproc_adsp {
firmware-name = "qcom/adsp.mbn"; firmware-name = "qcom/sm8350/Sony/nagara/adsp.mbn";
status = "okay"; status = "okay";
}; };
&remoteproc_cdsp { &remoteproc_cdsp {
firmware-name = "qcom/cdsp.mbn"; firmware-name = "qcom/sm8350/Sony/nagara/cdsp.mbn";
status = "okay"; status = "okay";
}; };
&remoteproc_slpi { &remoteproc_slpi {
firmware-name = "qcom/slpi.mbn"; firmware-name = "qcom/sm8350/Sony/nagara/slpi.mbn";
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment