1Qualcomm OPP bindings to describe OPP nodes
2
3The bindings are based on top of the operating-points-v2 bindings
4described in Documentation/devicetree/bindings/opp/opp.txt
5Additional properties are described below.
6
7* OPP Table Node
8
9Required properties:
10- compatible: Allow OPPs to express their compatibility. It should be:
11  "operating-points-v2-qcom-level"
12
13* OPP Node
14
15Required properties:
16- qcom,opp-fuse-level: A positive value representing the fuse corner/level
17  associated with this OPP node. Sometimes several corners/levels shares
18  a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
19  min uV, and max uV.
20