commit | fc5f227526f5288ed3c07b67f7b706402526923b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 12 14:47:30 2017 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 24 17:47:05 2017 +0000 |
tree | 33484f8067f253c8806bb4f8a8cdb6fbeebd8ff7 | |
parent | 62ea78674177a306ecd95ff59ab06c1c65892442 [diff] |
quanta-q71l: phosphor-hwmon: Update fan numbering to be 1-based The driver updated the base value from 0 to 1, so the configuration file needed to be updated. Change-Id: I1d2cbcd8d34bf80cf53aa11f4c979fcdae2ed622 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/pwm-tacho-controller@1e786000.conf b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/pwm-tacho-controller@1e786000.conf index 286c0f2..dfdecb4 100644 --- a/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/pwm-tacho-controller@1e786000.conf +++ b/meta-openbmc-machines/meta-x86/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon%/obmc/hwmon/pwm-tacho-controller@1e786000.conf
@@ -1,10 +1,9 @@ -# The labels are +1 to match the silkscreen. -LABEL_fan0=fan1 -LABEL_fan1=fan2 -LABEL_fan2=fan3 -LABEL_fan3=fan4 -LABEL_fan4=fan5 -LABEL_fan5=fan6 -LABEL_fan6=fan7 -LABEL_fan7=fan8 +LABEL_fan1=fan1 +LABEL_fan2=fan2 +LABEL_fan3=fan3 +LABEL_fan4=fan4 +LABEL_fan5=fan5 +LABEL_fan6=fan6 +LABEL_fan7=fan7 +LABEL_fan8=fan8