arm64: dts: qcom: sda660-ifc6560: enable GPU

Enable Adreno GPU on the Inforce IFC6560 SBC. It requires the Zap shader
binary that was provided by the vendor.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240907-sdm660-wifi-v1-3-e316055142f8@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dmitry Baryshkov
2024-09-07 21:48:14 +03:00
committed by Bjorn Andersson
parent 166b955a8d
commit deac51aedd
2 changed files with 12 additions and 0 deletions

View File

@@ -110,6 +110,14 @@ vreg_l10a_1p8: vreg-l10a-regulator {
};
};
&adreno_gpu {
status = "okay";
};
&adreno_gpu_zap {
firmware-name = "qcom/sda660/a512_zap.mbn";
};
&adsp_pil {
firmware-name = "qcom/sda660/adsp.mbn";
};

View File

@@ -1150,6 +1150,10 @@ opp-160000000 {
opp-supported-hw = <0xff>;
};
};
adreno_gpu_zap: zap-shader {
memory-region = <&zap_shader_region>;
};
};
kgsl_smmu: iommu@5040000 {