Lines Matching +full:opp +full:- +full:v2
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/opp/opp-v2-qcom-level.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm OPP
10 - Niklas Cassel <nks@flawful.org>
13 - $ref: opp-v2-base.yaml#
17 const: operating-points-v2-qcom-level
20 '^opp-?[0-9]+$':
25 opp-level: true
27 qcom,opp-fuse-level:
30 this OPP node. Sometimes several corners/levels shares a certain fuse
33 $ref: /schemas/types.yaml#/definitions/uint32-array
38 - opp-level
39 - qcom,opp-fuse-level
42 - compatible
47 - |
48 cpr_opp_table: opp-table-cpr {
49 compatible = "operating-points-v2-qcom-level";
52 opp-level = <1>;
53 qcom,opp-fuse-level = <1>;
56 opp-level = <2>;
57 qcom,opp-fuse-level = <2>;
60 opp-level = <3>;
61 qcom,opp-fuse-level = <3>;