File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
Documentation/devicetree/bindings/soc/qcom Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,33 @@ examples:
88
88
qcom,ipc = <&apcs 8 0>;
89
89
qcom,smd-edge = <15>;
90
90
91
- rpm-requests {
92
- compatible = "qcom,rpm-msm8974";
93
- qcom,smd-channels = "rpm_requests";
91
+ rpm-requests {
92
+ compatible = "qcom,rpm-msm8916";
93
+ qcom,smd-channels = "rpm_requests";
94
+
95
+ clock-controller {
96
+ compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc";
97
+ #clock-cells = <1>;
98
+ clocks = <&xo_board>;
99
+ clock-names = "xo";
100
+ };
94
101
95
- /* Regulator nodes to follow */
102
+ power-controller {
103
+ compatible = "qcom,msm8916-rpmpd";
104
+ #power-domain-cells = <1>;
105
+ operating-points-v2 = <&rpmpd_opp_table>;
106
+
107
+ rpmpd_opp_table: opp-table {
108
+ compatible = "operating-points-v2";
109
+
110
+ opp-1 {
111
+ opp-level = <1>;
112
+ };
113
+ opp-2 {
114
+ opp-level = <2>;
115
+ };
116
+ };
96
117
};
97
118
};
98
- };
99
- ...
119
+ };
120
+ };
You can’t perform that action at this time.
0 commit comments