From: Brian Masney Date: Tue, 7 Mar 2023 23:23:40 +0000 (-0500) Subject: arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmware X-Git-Tag: v6.6.17~5130^2^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b891251b40d4dc4cfd28341f62f6784c02ad3a78;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmware The cdsp.mbn firmware that's referenced in sa8540p-ride.dts is actually named cdsp0.mbn in the deliverables from Qualcomm. Let's go ahead and correct the name to match what's in Qualcomm's deliverable. Signed-off-by: Brian Masney Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230307232340.2370476-1-bmasney@redhat.com --- diff --git a/arch/arm64/boot/dts/qcom/sa8540p-ride.dts b/arch/arm64/boot/dts/qcom/sa8540p-ride.dts index 3ccb5ff..24fa449 100644 --- a/arch/arm64/boot/dts/qcom/sa8540p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8540p-ride.dts @@ -241,7 +241,7 @@ }; &remoteproc_nsp0 { - firmware-name = "qcom/sa8540p/cdsp.mbn"; + firmware-name = "qcom/sa8540p/cdsp0.mbn"; status = "okay"; };