arm64: dts: qcom: sm8150-hdk,mtp: specify ZAP firmware name

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: f30ac26def ("arm64: dts: qcom: add sm8150 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-1-c889af173911@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
master
Dmitry Baryshkov 2025-12-13 11:28:00 +02:00 committed by Bjorn Andersson
parent e814796dfc
commit d43019ef20
2 changed files with 8 additions and 0 deletions

View File

@ -387,6 +387,10 @@
status = "okay";
};
&gpu_zap_shader {
firmware-name = "qcom/sm8150/a640_zap.mbn";
};
&i2c4 {
clock-frequency = <100000>;

View File

@ -358,6 +358,10 @@
status = "okay";
};
&gpu_zap_shader {
firmware-name = "qcom/sm8150/a640_zap.mbn";
};
&pon {
mode-bootloader = <0x2>;
mode-recovery = <0x1>;