Deepak Kodihalli | 4b271e1 | 2017-05-13 09:57:52 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to specify a cap on maximum power consumption. |
| 3 | |
| 4 | properties: |
| 5 | - name: PowerCap |
| 6 | type: uint32 |
| 7 | description: > |
| 8 | Power cap value. This could for example be specified in absolute |
| 9 | wattage. The unit of measurement must be Watts. |
Andrew Geissler | 31289a6 | 2017-06-29 15:41:10 -0500 | [diff] [blame] | 10 | |
| 11 | - name: PowerCapEnable |
| 12 | type: boolean |
| 13 | description: > |
| 14 | Power cap enable. Set to true to enable the PowerCap, false |
| 15 | to disable it. |