diff options
author | Patrick Venture <venture@google.com> | 2018-09-24 19:54:45 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-09-25 14:48:05 +0300 |
commit | feb5eb360d9663de9371fa2c424a25177234e26d (patch) | |
tree | 0201f3b5cee632646f7ca9291f5c140d93360d27 /meta-ingrasys | |
parent | 462ddb0696625d8364234d18776f3ab42203b703 (diff) | |
download | openbmc-feb5eb360d9663de9371fa2c424a25177234e26d.tar.xz |
meta-zaius: phosphor-ipmi-sensor-inventory: add fan pwm
Adds the four fans pwm control defined by the pwm-tacho-controller phosphor-hwmon
configuration.
(From meta-ingrasys rev: 6d8a49a74563ef6fd9f741266621086e1fcb4d56)
Change-Id: I004f56f3ebf186ca7316fe19c14fce3b591f4023
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys')
-rw-r--r-- | meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml b/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml index b8f12917a..223f19b0a 100644 --- a/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml +++ b/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory%/config.yaml @@ -204,3 +204,29 @@ <<: *fan_tach path: /xyz/openbmc_project/sensors/fan_tach/fan3 +0xC4: &fanpwm + sensorType: 0x04 + path: /xyz/openbmc_project/sensors/fan_tach/fan0 + sensorReadingType: 0x01 + multiplierM: 1 + offsetB: 0 + bExp: 0 + mutability: Mutability::Write + serviceInterface: org.freedesktop.DBus.Properties + readingType: readingData + interfaces: + xyz.openbmc_project.Control.FanPwm: + Target: + Offsets: + 0xFF: + type: uint64_t +0xC5: + <<: *fanpwm + path: /xyz/openbmc_project/sensors/fan_tach/fan1 +0xC6: + <<: *fanpwm + path: /xyz/openbmc_project/sensors/fan_tach/fan2 +0xC7: + <<: *fanpwm + path: /xyz/openbmc_project/sensors/fan_tach/fan3 + |