summaryrefslogtreecommitdiff
path: root/qcom/lito-gpu.dtsi
diff options
context:
space:
mode:
authorPankaj Gupta <gpankaj@qti.qualcomm.com>2019-11-19 19:57:39 +0530
committerPankaj Gupta <gpankaj@qti.qualcomm.com>2019-11-27 15:41:29 +0530
commite9609270fb1575e1939082e749f62cd849ea250a (patch)
treeaab0bc6449076bdf639f7e7b4711b50bfdd8ebcf /qcom/lito-gpu.dtsi
parent05d8fdcf9de41326a7a87cb98de5e786e592f5fa (diff)
downloaddevicetree-e9609270fb1575e1939082e749f62cd849ea250a.tar.gz
ARM: dts: msm: Add a vote for CPU to GPU Config path for lito
We should have a vote for CPU to GPU config path when we are trying to access any GPU config registers. This will make sure that all the clocks in the CPU to GPU config paths are ON and we are not riding on someone's else vote for this path. Change-Id: I13fcc89b3fd65d1444abbd1696658c1b81c6bd03
Diffstat (limited to 'qcom/lito-gpu.dtsi')
-rw-r--r--qcom/lito-gpu.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/qcom/lito-gpu.dtsi b/qcom/lito-gpu.dtsi
index b8d24ceb..331b9243 100644
--- a/qcom/lito-gpu.dtsi
+++ b/qcom/lito-gpu.dtsi
@@ -345,6 +345,16 @@
};
};
};
+
+ qcom,cpu-to-gpu-cfg-path {
+ qcom,msm-bus,name = "gpu_cfg";
+ qcom,msm-bus,num-cases = <3>;
+ qcom,msm-bus,num-paths = <1>;
+ qcom,msm-bus,vectors-KBps =
+ <1 598 0 0>, // off
+ <1 598 0 100>, // min freq
+ <1 598 0 9999999>; // max freq
+ };
};
kgsl_msm_iommu: qcom,kgsl-iommu@3da0000 {