Skip to content

Commit

Permalink
meta-quanta: phosphor-hwmon: Swap fb_fan1 / fb_fan2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: I6170f2ebbdbb3d61b3cbc9935e2af02e7abb1a4b
  • Loading branch information
brandonkimbk committed Oct 20, 2023
1 parent f21baa1 commit bfc739b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MINVALUE_fan3 = "0"
MAXVALUE_fan3 = "20775"
PWM_TARGET_fan3 = 3

LABEL_fan4= "fb_fan1"
LABEL_fan4= "fb_fan2"
WARNHI_fan4= "19800"
WARNLO_fan4= "3330"
CRITHI_fan4= "19800"
Expand All @@ -34,7 +34,7 @@ MINVALUE_fan4 = "0"
MAXVALUE_fan4 = "20775"
PWM_TARGET_fan4 = 4

LABEL_fan5= "fb_fan2"
LABEL_fan5= "fb_fan1"
WARNHI_fan5= "19800"
WARNLO_fan5= "3330"
CRITHI_fan5= "19800"
Expand Down

0 comments on commit bfc739b

Please sign in to comment.