[PATCH] arm64: dts: qcom: thinkpad-x13s: Fix firmware location

Steev Klimaszewski posted 1 patch 3 years, 7 months ago
arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] arm64: dts: qcom: thinkpad-x13s: Fix firmware location
Posted by Steev Klimaszewski 3 years, 7 months ago
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(-)

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
Re: [PATCH] arm64: dts: qcom: thinkpad-x13s: Fix firmware location
Posted by Bjorn Andersson 3 years, 7 months ago
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,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: thinkpad-x13s: Fix firmware location
Posted by Andrew Halaney 3 years, 7 months ago
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
>