summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-03-11 12:56:44 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-20 20:42:26 +0000
commitee8197f93de9b8b7e410e7d746a405b55d2793ff (patch)
tree46d40ccb0ac633ee610f72485b01cdd448670741
parent7e3fe1c86a5762c110f65dd85fd4ef71bda7c3f6 (diff)
downloadphosphor-dbus-interfaces-ee8197f93de9b8b7e410e7d746a405b55d2793ff.tar.gz
phosphor-dbus-interfaces-ee8197f93de9b8b7e410e7d746a405b55d2793ff.zip
Add CFM Limit interface
Add CFM limit interface to describe the upper CFM limit for a system. This can be used with a CFM algorithm to calculate the maximum allowed fan speed for a system. A common usage of the CFM limit is to set a hard acoustic limit for a system. Change-Id: I3e7f37fcf48a2c958c8596a33a631ca327002df9 Signed-off-by: James Feist <james.feist@linux.intel.com>
-rw-r--r--xyz/openbmc_project/Control/CFMLimit.interface.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/CFMLimit.interface.yaml b/xyz/openbmc_project/Control/CFMLimit.interface.yaml
new file mode 100644
index 0000000..5946f3c
--- /dev/null
+++ b/xyz/openbmc_project/Control/CFMLimit.interface.yaml
@@ -0,0 +1,10 @@
+description: >
+ Implement to provide a CFM upper limit for fan control.
+ This can be used with a CFM algorithm to calculate the
+ maximum allowed fan speed for a system.
+
+properties:
+ - name: Limit
+ type: double
+ description: >
+ The CFM limit, 0 means disabled.
OpenPOWER on IntegriCloud