diff mbox series

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

Message ID 20230517-topic-murray-fwname-v1-1-923e87312249@linaro.org
State Accepted
Commit a14da6144d16ef27e3022835fa282a3740b8ad7b
Headers show
Series arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths | expand

Commit Message

Konrad Dybcio May 17, 2023, 5:06 p.m. UTC
They were previously missing the SoC name. Fix it.

Fixes: a2ad207c412b ("arm64: dts: qcom: sm6375-pdx225: Enable ADSP & CDSP")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


---
base-commit: 065efa589871e93b6610c70c1e9de274ef1f1ba2
change-id: 20230517-topic-murray-fwname-dec986e1db13

Best regards,

Comments

Bjorn Andersson May 23, 2023, 3:03 a.m. UTC | #1
On Wed, 17 May 2023 19:06:13 +0200, Konrad Dybcio wrote:
> They were previously missing the SoC name. Fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths
      commit: a14da6144d16ef27e3022835fa282a3740b8ad7b

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts b/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts
index 8220e6f44117..b2f1bb1d58e9 100644
--- a/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts
+++ b/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts
@@ -178,12 +178,12 @@  &qupv3_id_1 {
 };
 
 &remoteproc_adsp {
-	firmware-name = "qcom/Sony/murray/adsp.mbn";
+	firmware-name = "qcom/sm6375/Sony/murray/adsp.mbn";
 	status = "okay";
 };
 
 &remoteproc_cdsp {
-	firmware-name = "qcom/Sony/murray/cdsp.mbn";
+	firmware-name = "qcom/sm6375/Sony/murray/cdsp.mbn";
 	status = "okay";
 };