summaryrefslogtreecommitdiff
path: root/qcom/bengal-gpu.dtsi
diff options
context:
space:
mode:
authorDeepak Kumar <dkumar@qti.qualcomm.com>2019-11-19 16:57:22 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-12-03 22:06:26 -0800
commit1b0fc2ee11cd89344066f2477beab8d8277ecae6 (patch)
treee7898e87857659b0c448095a7dd84671b9bfbda9 /qcom/bengal-gpu.dtsi
parentededd9580d1bce46aebaa708045a589156ee994e (diff)
downloaddevicetree-1b0fc2ee11cd89344066f2477beab8d8277ecae6.tar.gz
ARM: dts: msm: Enable CX iPeak support for GPU on Bengal
Enable CX iPeak support for GPU to handle peak current limit using common CX iPeak driver. Change-Id: I8d53a68f2b72a4394af65e1cc8269f5de9ba83fe
Diffstat (limited to 'qcom/bengal-gpu.dtsi')
-rw-r--r--qcom/bengal-gpu.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/qcom/bengal-gpu.dtsi b/qcom/bengal-gpu.dtsi
index 7e710255..c1f84cd5 100644
--- a/qcom/bengal-gpu.dtsi
+++ b/qcom/bengal-gpu.dtsi
@@ -168,6 +168,22 @@
nvmem-cells = <&gpu_speed_bin>, <&gpu_gaming_bin>;
nvmem-cell-names = "speed_bin", "gaming_bin";
+ qcom,gpu-cx-ipeak {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "qcom,gpu-cx-ipeak";
+
+ qcom,gpu-cx-ipeak@0 {
+ qcom,gpu-cx-ipeak = <&cx_ipeak_lm 10>;
+ qcom,gpu-cx-ipeak-freq = <980000000>;
+ };
+
+ qcom,gpu-cx-ipeak@1 {
+ qcom,gpu-cx-ipeak = <&cx_ipeak_lm 1>;
+ qcom,gpu-cx-ipeak-freq = <900000000>;
+ };
+ };
+
/* GPU Mempools */
qcom,gpu-mempools {
#address-cells = <1>;