summaryrefslogtreecommitdiff
path: root/bindings/thermal
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@qti.qualcomm.com>2019-09-11 23:05:08 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-12 23:51:39 -0700
commit96c67f9dd89f55c48d6db2bcc5149755b493004f (patch)
tree873f6359981c977c31363d213dff627ee3860727 /bindings/thermal
parent2782175e3f090137430583116eabbcabfa070212 (diff)
downloaddevicetree-96c67f9dd89f55c48d6db2bcc5149755b493004f.tar.gz
dt-bindings: Add limits cdsp isens driver
Add driver to read limits cdsp Isens calibration data from SMEM and enable sysfs file support to userspace daemon to access this data. This driver is needed to avoid multiple re-calibration. Change-Id: I47993fdc3fceb754a720f016108d716345b5ee3f
Diffstat (limited to 'bindings/thermal')
-rw-r--r--bindings/thermal/qti-isense-cdsp.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/bindings/thermal/qti-isense-cdsp.txt b/bindings/thermal/qti-isense-cdsp.txt
new file mode 100644
index 00000000..587c0392
--- /dev/null
+++ b/bindings/thermal/qti-isense-cdsp.txt
@@ -0,0 +1,14 @@
+===============================================================================
+QTI Limits cdsp isense driver:
+===============================================================================
+Limits cdsp isense driver reads cdsp isense calibration data from shared memory
+and enables sysfs file support to access the data read from shared memory.
+
+Required Parameters:
+- compatible: must be 'qcom,msm-limits-cdsp' for limits cdsp isense driver.
+
+Optional Parameters:
+
+ lmh_isense_cdsp {
+ compatible = "qcom,msm-limits-cdsp";
+ };