adreno: dts: Enable graphics rendering for Sun

Enable Sun GPU to perform graphics functionality.
Also add ipc-core property for hwfences support.

Change-Id: Ia01d92e4b2d43a1f8ec24ff63768aab5d7a4e1e3
Signed-off-by: Hareesh Gundu <quic_hareeshg@quicinc.com>
This commit is contained in:
Hareesh Gundu
2023-10-16 09:39:18 -07:00
committed by Kamal Agrawal
parent 713410db8f
commit 325eb7a028

View File

@@ -15,7 +15,7 @@
&msm_gpu {
compatible = "qcom,adreno-gpu-gen8-0-0", "qcom,kgsl-3d0";
status = "disabled";
status = "ok";
reg = <0x3d00000 0x40000>, <0x3d50000 0x10000>,
<0x3d61000 0x3000>, <0x3d9e000 0x2000>,
<0x10900000 0x80000>, <0x10048000 0x8000>,
@@ -173,5 +173,7 @@
iommus = <&kgsl_smmu 0x5 0x000>;
qcom,iommu-dma = "disabled";
qcom,ipc-core = <0x00400000 0x140000>;
};
};