mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 17:06:24 -04:00
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:
committed by
Bjorn Andersson
parent
166b955a8d
commit
deac51aedd
@@ -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";
|
||||
};
|
||||
|
||||
@@ -1150,6 +1150,10 @@ opp-160000000 {
|
||||
opp-supported-hw = <0xff>;
|
||||
};
|
||||
};
|
||||
|
||||
adreno_gpu_zap: zap-shader {
|
||||
memory-region = <&zap_shader_region>;
|
||||
};
|
||||
};
|
||||
|
||||
kgsl_smmu: iommu@5040000 {
|
||||
|
||||
Reference in New Issue
Block a user