summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/opp/qcom-opp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/opp/qcom-opp.txt')
-rw-r--r--dts/Bindings/opp/qcom-opp.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/Bindings/opp/qcom-opp.txt b/dts/Bindings/opp/qcom-opp.txt
new file mode 100644
index 0000000000..32eb0793c7
--- /dev/null
+++ b/dts/Bindings/opp/qcom-opp.txt
@@ -0,0 +1,19 @@
+Qualcomm OPP bindings to describe OPP nodes
+
+The bindings are based on top of the operating-points-v2 bindings
+described in Documentation/devicetree/bindings/opp/opp.txt
+Additional properties are described below.
+
+* OPP Table Node
+
+Required properties:
+- compatible: Allow OPPs to express their compatibility. It should be:
+ "operating-points-v2-qcom-level"
+
+* OPP Node
+
+Required properties:
+- qcom,opp-fuse-level: A positive value representing the fuse corner/level
+ associated with this OPP node. Sometimes several corners/levels shares
+ a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
+ min uV, and max uV.