[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251014084808.112097-1-valentine.burley@collabora.com>
Date: Tue, 14 Oct 2025 10:48:07 +0200
From: Valentine Burley <valentine.burley@...labora.com>
To: linux-arm-msm@...r.kernel.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
andersson@...nel.org,
konradybcio@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
dmitry.baryshkov@....qualcomm.com
Subject: [PATCH 1/1] arm64: dts: qcom: apq8096-db820c: Specify zap shader location
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@...labora.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
---
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
Powered by blists - more mailing lists