diff options
author | Brian Masney <bmasney@redhat.com> | 2023-03-08 00:23:40 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-09 22:56:10 +0100 |
commit | b891251b40d4dc4cfd28341f62f6784c02ad3a78 (patch) | |
tree | 0da110fe163c91c163d0abac15d3ceaeca7b7403 /arch/arm64 | |
parent | arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent (diff) | |
download | linux-b891251b40d4dc4cfd28341f62f6784c02ad3a78.tar.xz linux-b891251b40d4dc4cfd28341f62f6784c02ad3a78.zip |
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 <bmasney@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230307232340.2370476-1-bmasney@redhat.com
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sa8540p-ride.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8540p-ride.dts b/arch/arm64/boot/dts/qcom/sa8540p-ride.dts index 3ccb5ffdb3ca..24fa449d48a6 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"; }; |