From e9609270fb1575e1939082e749f62cd849ea250a Mon Sep 17 00:00:00 2001 From: Pankaj Gupta Date: Tue, 19 Nov 2019 19:57:39 +0530 Subject: 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 --- qcom/lito-gpu.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qcom/lito-gpu.dtsi') 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 { -- cgit v1.2.3