]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: apq8096-db820c: Specify zap shader location
authorValentine Burley <valentine.burley@collabora.com>
Tue, 14 Oct 2025 08:48:07 +0000 (10:48 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 17 Oct 2025 22:39:21 +0000 (15:39 -0700)
The zap shader was previously loaded from "qcom/a530_zap.mdt", which is a
symlink to "qcom/apq8096/a530_zap.mbn". Update the DTS to reference the
actual firmware file in linux-firmware directly.

This avoids relying on the symlink and ensures a more robust firmware load
path.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251014084808.112097-1-valentine.burley@collabora.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dts

index 5b2e88915c2fdbc1abf635f13537f970ead02cc8..99658b0bca8461cc3903da9c8c86c898bbf61948 100644 (file)
 
 &gpu {
        status = "okay";
+
+       zap-shader {
+               firmware-name = "qcom/apq8096/a530_zap.mbn";
+       };
 };
 
 &hsusb_phy1 {