]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm8250-hdk: specify ZAP firmware name
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Sat, 13 Dec 2025 09:28:01 +0000 (11:28 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sat, 3 Jan 2026 18:19:41 +0000 (12:19 -0600)
The DT file has GPU node enabled, but doesn't specify the file name of
the ZAP firmware, which means using a default file name. Specify the
name to the ZAP shader firmware, pointing to the file in the
linux-firmware repo.

Fixes: 04a3605b184e ("arm64: dts: qcom: add sm8250 GPU nodes")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251213-zap-names-v1-2-c889af173911@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8250-hdk.dts

index f5c193c6c5f9b4bf007a17926bcce319f2608706..3ea9d2b1a7d581daf63cf6b315702194562aedcf 100644 (file)
        status = "okay";
 };
 
+&gpu_zap_shader {
+       firmware-name = "qcom/sm8250/a650_zap.mbn";
+};
+
 &pon {
        mode-bootloader = <0x2>;
        mode-recovery = <0x1>;