summaryrefslogtreecommitdiff
path: root/qcom/lito-gpu.dtsi
diff options
context:
space:
mode:
authorAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-10-04 20:02:18 +0530
committerAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-11-26 18:02:45 +0530
commita94ec64cb70bea3dab993bf03430fe4b1e977edd (patch)
tree0dd2d21447833642f0f948ae594dcc2e1b08031e /qcom/lito-gpu.dtsi
parentfb7cc12b48d2422a3dde1e0330a8281f85faf109 (diff)
downloaddevicetree-a94ec64cb70bea3dab993bf03430fe4b1e977edd.tar.gz
ARM: dts: msm: Add support for LM fuse for the Lito GPU
Utilize the new NVMEM driver to read from the nonvolatile memory regions like eeprom and efuses. Add the device node and include the child node for Limits management efuse. Change-Id: I05fcf0d56d7e698e6c5753718bf221abd56111bc
Diffstat (limited to 'qcom/lito-gpu.dtsi')
-rw-r--r--qcom/lito-gpu.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/qcom/lito-gpu.dtsi b/qcom/lito-gpu.dtsi
index 8338475e..81f31e7a 100644
--- a/qcom/lito-gpu.dtsi
+++ b/qcom/lito-gpu.dtsi
@@ -133,8 +133,8 @@
vddcx-supply = <&gpu_cx_gdsc>;
vdd-supply = <&gpu_gx_gdsc>;
- nvmem-cells = <&gpu_speed_bin>, <&gpu_gaming_bin>;
- nvmem-cell-names = "speed_bin", "gaming_bin";
+ nvmem-cells = <&gpu_speed_bin>, <&gpu_gaming_bin>, <&gpu_lm_efuse>;
+ nvmem-cell-names = "speed_bin", "gaming_bin", "isense_slope";
/* GPU OPP data */
operating-points-v2 = <&gpu_opp_table>;