2024-01-30 20:28:43

by Anton Bambura

[permalink] [raw]
Subject: [PATCH v1 1/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: fix GPU firmware path

Fix GPU firmware path so it uses model-specific directory.

Signed-off-by: Anton Bambura <[email protected]>
---
arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
index 0c22f3efec20..49b740c54674 100644
--- a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
+++ b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
@@ -350,7 +350,7 @@ &gpu {

zap-shader {
memory-region = <&gpu_mem>;
- firmware-name = "qcom/sc8180x/qcdxkmsuc8180.mbn";
+ firmware-name = "qcom/sc8180x/LENOVO/82AK/qcdxkmsuc8180.mbn";
};
};

--
2.42.0



2024-02-01 19:30:50

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH v1 1/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: fix GPU firmware path

On 30.01.2024 21:27, Anton Bambura wrote:
> Fix GPU firmware path so it uses model-specific directory.
>
> Signed-off-by: Anton Bambura <[email protected]>
> ---

Reviewed-by: Konrad Dybcio <[email protected]>

Konrad