diff --git a/patches.kernel.org/6.2.12-077-arm64-dts-qcom-sa8540p-ride-correct-name-of-re.patch b/patches.kernel.org/6.2.12-077-arm64-dts-qcom-sa8540p-ride-correct-name-of-re.patch new file mode 100644 index 0000000..e44c815 --- /dev/null +++ b/patches.kernel.org/6.2.12-077-arm64-dts-qcom-sa8540p-ride-correct-name-of-re.patch @@ -0,0 +1,39 @@ +From: Brian Masney +Date: Tue, 7 Mar 2023 18:23:40 -0500 +Subject: [PATCH] arm64: dts: qcom: sa8540p-ride: correct name of + remoteproc_nsp0 firmware +References: bsc#1012628 +Patch-mainline: 6.2.12 +Git-commit: b891251b40d4dc4cfd28341f62f6784c02ad3a78 + +[ Upstream commit b891251b40d4dc4cfd28341f62f6784c02ad3a78 ] + +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 +Signed-off-by: Sasha Levin +Signed-off-by: Jiri Slaby +--- + arch/arm64/boot/dts/qcom/sa8540p-ride.dts | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/arm64/boot/dts/qcom/sa8540p-ride.dts b/arch/arm64/boot/dts/qcom/sa8540p-ride.dts +index 6c547f1b..0f560a46 100644 +--- a/arch/arm64/boot/dts/qcom/sa8540p-ride.dts ++++ b/arch/arm64/boot/dts/qcom/sa8540p-ride.dts +@@ -177,7 +177,7 @@ &qup2_uart17 { + }; + + &remoteproc_nsp0 { +- firmware-name = "qcom/sa8540p/cdsp.mbn"; ++ firmware-name = "qcom/sa8540p/cdsp0.mbn"; + status = "okay"; + }; + +-- +2.35.3 + diff --git a/series.conf b/series.conf index 1097f45..9fca561 100644 --- a/series.conf +++ b/series.conf @@ -2304,6 +2304,7 @@ patches.kernel.org/6.2.12-074-skbuff-Fix-a-race-between-coalescing-and-relea.patch patches.kernel.org/6.2.12-075-ARM-9290-1-uaccess-Fix-KASAN-false-positives.patch patches.kernel.org/6.2.12-076-ARM-dts-qcom-apq8026-lg-lenok-add-missing-rese.patch + patches.kernel.org/6.2.12-077-arm64-dts-qcom-sa8540p-ride-correct-name-of-re.patch ######################################################## # Build fixes that apply to the vanilla kernel too.