mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-27 08:29:09 +00:00
Convert the OPP v1 and v2 bindings to DT schema format. As the OPPv2 binding can be extended by vendors, we need to split the common part out from the "operating-points-v2" conforming compatible. Cc: Yangtao Li <tiny.windzz@gmail.com> Cc: Nishanth Menon <nm@ti.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Maxime Ripard <mripard@kernel.org> Cc: Chen-Yu Tsai <wens@csie.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Maxime Ripard <maxime@cerno.tech> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
20 lines
645 B
Plaintext
20 lines
645 B
Plaintext
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-v2-base.yaml
|
|
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.
|