commit | 3d02d392ff05d4cd91926a225adb1352c9916822 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Feb 01 11:08:06 2018 +0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 06 14:11:06 2018 +0000 |
tree | 04e7e92a3fc919a8c8587a0f7d74554e5627a897 | |
parent | d817ad7e08cfdbcc4c3ddf6e4ad8515e05d896a6 [diff] |
meta-romulus: Add pwm target for fan sensor This tells phosphor-hwmon to create FanPwm interface for the fan sensors. Tested: Verified it is able to set Target to change the fan pwm. Change-Id: I79c4cb8fe00812659a2c536d9d2e328b5438e0c6 Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf b/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf index 6f90415..374115c 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf +++ b/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/ahb/apb/pwm-tacho-controller@1e786000.conf
@@ -2,3 +2,7 @@ LABEL_fan9 = "fan0" LABEL_fan11 = "fan1" LABEL_fan13 = "fan2" + +PWM_TARGET_fan9 = "1" +PWM_TARGET_fan11 = "2" +PWM_TARGET_fan13 = "1"