forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commite856f07
committed
OPP: Introduce "required-opp" property
Devices have inter-dependencies some times. For example a device thatneeds to run at 800 MHz, needs another device (e.g. Its power domain) tobe configured at a particular operating performance point.This patch introduces a new property "required-opp" which can be presentdirectly in a device's node (if it doesn't need to change its OPPs), orin device's OPP nodes. More details on the property can be seen in thebinding itself.Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>Reviewed-by: Rob Herring <robh@kernel.org>Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>1 parent972bc90 commite856f07
File tree
2 files changed
+67
-0
lines changed- Documentation/devicetree/bindings
- opp
- power
2 files changed
+67
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
162 | 170 |
| |
163 | 171 |
| |
164 | 172 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
129 | 188 |
|
0 commit comments
Comments
(0)