Commit a14da614 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths

They were previously missing the SoC name. Fix it.

Fixes: a2ad207c ("arm64: dts: qcom: sm6375-pdx225: Enable ADSP & CDSP")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230517-topic-murray-fwname-v1-1-923e87312249@linaro.org
parent 9c6e72fb
...@@ -178,12 +178,12 @@ &qupv3_id_1 { ...@@ -178,12 +178,12 @@ &qupv3_id_1 {
}; };
&remoteproc_adsp { &remoteproc_adsp {
firmware-name = "qcom/Sony/murray/adsp.mbn"; firmware-name = "qcom/sm6375/Sony/murray/adsp.mbn";
status = "okay"; status = "okay";
}; };
&remoteproc_cdsp { &remoteproc_cdsp {
firmware-name = "qcom/Sony/murray/cdsp.mbn"; firmware-name = "qcom/sm6375/Sony/murray/cdsp.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