arm64: dts: qcom: thinkpad-x13s: Fix firmware location

The firmware for the Lenovo Thinkpad X13s has been submitted, accepted
and merged upstream, so update to the correct path.

Signed-off-by: Steev Klimaszewski <steev@kali.org>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220817231236.3971-1-steev@kali.org
This commit is contained in:
Steev Klimaszewski 2022-08-17 18:12:36 -05:00 committed by Bjorn Andersson
parent 1d330a6783
commit b6a6535b33
1 changed files with 2 additions and 2 deletions

View File

@ -235,13 +235,13 @@
};
&remoteproc_adsp {
firmware-name = "qcom/sc8280xp/qcadsp8280.mbn";
firmware-name = "qcom/LENOVO/21BX/qcadsp8280.mbn";
status = "okay";
};
&remoteproc_nsp0 {
firmware-name = "qcom/sc8280xp/qccdsp8280.mbn";
firmware-name = "qcom/LENOVO/21BX/qccdsp8280.mbn";
status = "okay";
};