diff options
author | Steev Klimaszewski <steev@kali.org> | 2022-08-17 18:12:36 -0500 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-08-29 18:14:00 -0500 |
commit | b6a6535b339776d32fa515a18a93b1b317e9b063 (patch) | |
tree | 8a6a4e2440c79d2ead8261171e35eaa26e72cb36 /arch | |
parent | 1d330a6783c66ac6c569f14ecf8dd196d50c15e5 (diff) | |
download | linux-stable-b6a6535b339776d32fa515a18a93b1b317e9b063.tar.gz linux-stable-b6a6535b339776d32fa515a18a93b1b317e9b063.tar.bz2 linux-stable-b6a6535b339776d32fa515a18a93b1b317e9b063.zip |
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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts index 84dc92dda0b8..e07cc9d1ff27 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -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"; }; |