blob: 2994b1487c051d5a7abf2a56cbd2d84a934155ab [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
2 Implement to specify a cap on maximum power consumption.
3
4properties:
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 Geissler31289a62017-06-29 15:41:10 -050010
11 - name: PowerCapEnable
12 type: boolean
13 description: >
14 Power cap enable. Set to true to enable the PowerCap, false
15 to disable it.