Skip to content

Commit a14da61

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths
They were previously missing the SoC name. Fix it. Fixes: a2ad207 ("arm64: dts: qcom: sm6375-pdx225: Enable ADSP & CDSP") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230517-topic-murray-fwname-v1-1-923e87312249@linaro.org
1 parent 9c6e72f commit a14da61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@
178178
};
179179

180180
&remoteproc_adsp {
181-
firmware-name = "qcom/Sony/murray/adsp.mbn";
181+
firmware-name = "qcom/sm6375/Sony/murray/adsp.mbn";
182182
status = "okay";
183183
};
184184

185185
&remoteproc_cdsp {
186-
firmware-name = "qcom/Sony/murray/cdsp.mbn";
186+
firmware-name = "qcom/sm6375/Sony/murray/cdsp.mbn";
187187
status = "okay";
188188
};
189189

0 commit comments

Comments
 (0)