Lines Matching +full:opp +full:- +full:supply
4 or other device. Each OPP of a device corresponds to a "corner" that has
10 - compatible:
13 Definition: should be "qcom,qcs404-cpr", "qcom,cpr" for qcs404
15 - reg:
17 Value type: <prop-encoded-array>
20 - interrupts:
22 Value type: <prop-encoded-array>
25 - clocks:
27 Value type: <prop-encoded-array>
30 - clock-names:
35 - vdd-apc-supply:
38 Definition: phandle to the vdd-apc-supply regulator
40 - #power-domain-cells:
45 - operating-points-v2:
48 Definition: A phandle to the OPP table containing the
52 - acc-syscon:
57 - nvmem-cells:
64 - nvmem-cell-names:
76 cpr_opp_table: cpr-opp-table {
77 compatible = "operating-points-v2-qcom-level";
80 opp-level = <1>;
81 qcom,opp-fuse-level = <1>;
84 opp-level = <2>;
85 qcom,opp-fuse-level = <2>;
88 opp-level = <3>;
89 qcom,opp-fuse-level = <3>;
93 power-controller@b018000 {
94 compatible = "qcom,qcs404-cpr", "qcom,cpr";
98 clock-names = "ref";
99 vdd-apc-supply = <&pms405_s3>;
100 #power-domain-cells = <0>;
101 operating-points-v2 = <&cpr_opp_table>;
102 acc-syscon = <&tcsr>;
104 nvmem-cells = <&cpr_efuse_quot_offset1>,
117 nvmem-cell-names = "cpr_quotient_offset1",