Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwmon: intel-m10-bmc-hwmon: fix multiplier for N6000 board power sensor #118

Merged
merged 1 commit into from
May 22, 2024

Conversation

pcolberg
Copy link
Contributor

The Intel N6000 BMC outputs the board power value in milliwatt, whereas the hwmon sysfs interface must provide power values in microwatt.

Fixes: e1983220ae14 ("hwmon: intel-m10-bmc-hwmon: Add N6000 sensors")

The Intel N6000 BMC outputs the board power value in milliwatt, whereas
the hwmon sysfs interface must provide power values in microwatt.

Fixes: e1983220ae14 ("hwmon: intel-m10-bmc-hwmon: Add N6000 sensors")
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
@pcolberg pcolberg self-assigned this May 18, 2024
@pcolberg
Copy link
Contributor Author

Incorrect sensors output on Intel N6001 with commit 1c82071:

Board Power:                                   36.03 mW 

Correct sensors output on Intel N6001 with commit 532eb44:

Board Power:                                   36.03 W  

@pcolberg pcolberg merged commit 2fd7bfa into intel/fpga-ofs-dev-6.6-lts May 22, 2024
15 checks passed
@pcolberg pcolberg deleted the pcolberg/hwmon-n6000-power branch May 22, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants