Message ID | 20220817231236.3971-1-steev@kali.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b6a6535b339776d32fa515a18a93b1b317e9b063 |
Headers | show |
Series | arm64: dts: qcom: thinkpad-x13s: Fix firmware location | expand |
On Wed, Aug 17, 2022 at 06:12:36PM -0500, Steev Klimaszewski wrote: > 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> Matches what I see in linux-firmware! Thanks Steev. Reviewed-by: Andrew Halaney <ahalaney@redhat.com> > --- > arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 4 ++-- > 1 file 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 @@ keyboard@68 { > }; > > &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"; > }; > -- > 2.34.1 >
On Wed, 17 Aug 2022 18:12:36 -0500, Steev Klimaszewski wrote: > The firmware for the Lenovo Thinkpad X13s has been submitted, accepted > and merged upstream, so update to the correct path. > > Applied, thanks! [1/1] arm64: dts: qcom: thinkpad-x13s: Fix firmware location commit: b6a6535b339776d32fa515a18a93b1b317e9b063 Best regards,
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 @@ keyboard@68 { }; &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"; };
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> --- arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)