summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2018-02-05 01:45:50 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-01 14:04:49 +0000
commitc08b47148e25c20989c1956688678768bff24fd0 (patch)
tree1b77385611bfdf3baad5c3ffa729e89d30c3a7ba /xyz/openbmc_project
parent72ceb5da488af4316aa3940e04573a650c74b480 (diff)
downloadphosphor-dbus-interfaces-c08b47148e25c20989c1956688678768bff24fd0.tar.gz
phosphor-dbus-interfaces-c08b47148e25c20989c1956688678768bff24fd0.zip
Add TurboAllowed interface
TurboAllowed interface is used to tell host that it is allowed to turn on turbo mode. Turbo mode is a setting to enable processor frequency boosting. Change-Id: I85fe32de9777580d9feaab5ae22e6db6a2e691ff Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml b/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
new file mode 100644
index 0000000..af1f883
--- /dev/null
+++ b/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
@@ -0,0 +1,10 @@
+description: >
+ Turbo mode is a setting to enable processor frequency boosting.
+ This interface is used to tell host that it is allowed to turn
+ on turbo mode.
+
+properties:
+ - name: TurboAllowed
+ type: boolean
+ description: >
+ Set this to allow Turbo mode.
OpenPOWER on IntegriCloud