[PATCH 1/1] arm64: dts: qcom: apq8096-db820c: Specify zap shader location
From: Valentine Burley
Date: Tue Oct 14 2025 - 04:48:30 EST
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@xxxxxxxxxxxxx>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts
index e74c9fb8f559..c79704fdb31e 100644
--- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts
+++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts
@@ -201,6 +201,10 @@ &camss {
&gpu {
status = "okay";
+
+ zap-shader {
+ firmware-name = "qcom/apq8096/a530_zap.mbn";
+ };
};
&hsusb_phy1 {
--
2.48.1