mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: qcom: pdx223: correct firmware paths
Correct firmware paths for the Sony Xperia 1 IV to include the SoC name. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220919190037.2122284-6-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
f0a577c3a8
commit
c53532f782
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user