commit | bfc739beb711ae68dea542b41e0e769e02150a21 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Oct 20 01:14:56 2023 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Fri Oct 20 17:10:17 2023 +0000 |
tree | 535a7091d1b6ee8b60f6565327ff44fcf6950c4d | |
parent | f21baa12fec10798e1a02d8ed2a4460fbe20a728 [diff] |
meta-quanta: phosphor-hwmon: Swap fb_fan1 / fb_fan2 The silkscreen labels were incorrect. Tested: Verified in the lab physically by changing the PWM and see that the reported RPMs are correct and matches what the silkscreen report. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I6170f2ebbdbb3d61b3cbc9935e2af02e7abb1a4b
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf index f21ee70..e22d4a7 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf +++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf
@@ -25,7 +25,7 @@ MAXVALUE_fan3 = "20775" PWM_TARGET_fan3 = 3 -LABEL_fan4= "fb_fan1" +LABEL_fan4= "fb_fan2" WARNHI_fan4= "19800" WARNLO_fan4= "3330" CRITHI_fan4= "19800" @@ -34,7 +34,7 @@ MAXVALUE_fan4 = "20775" PWM_TARGET_fan4 = 4 -LABEL_fan5= "fb_fan2" +LABEL_fan5= "fb_fan1" WARNHI_fan5= "19800" WARNLO_fan5= "3330" CRITHI_fan5= "19800"