Commit 8070408b5446232ba6eb6e0809a329da58a6ae52

Authored by Darrick J. Wong
Committed by Jean Delvare
1 parent cd659fd0d7

hwmon: (ibmaem) Automatically load on HC10 blade

Enable auto-probing for the HC10 blade and amend the supported system
list.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

Showing 3 changed files with 3 additions and 2 deletions Side-by-side Diff

Documentation/hwmon/ibmaem
... ... @@ -7,7 +7,7 @@
7 7 Supported systems:
8 8 * Any recent IBM System X server with AEM support.
9 9 This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
10   - x3950 M2, and certain HS2x/LS2x/QS2x blades. The IPMI host interface
  10 + x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades. The IPMI host interface
11 11 driver ("ipmi-si") needs to be loaded for this driver to do anything.
12 12 Prefix: 'ibmaem'
13 13 Datasheet: Not available
drivers/hwmon/Kconfig
... ... @@ -418,7 +418,7 @@
418 418 power sensors and capping hardware in various IBM System X
419 419 servers that support Active Energy Manager. This includes
420 420 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
421   - and certain HS2x/LS2x/QS2x blades.
  421 + and certain HC10/HS2x/LS2x/QS2x blades.
422 422  
423 423 This driver can also be built as a module. If so, the module
424 424 will be called ibmaem.
drivers/hwmon/ibmaem.c
... ... @@ -1127,4 +1127,5 @@
1127 1127 MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3655-*");
1128 1128 MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3755-*");
1129 1129 MODULE_ALIAS("dmi:bvnIBM:*:pnIBM3850M2/x3950M2-*");
  1130 +MODULE_ALIAS("dmi:bvnIBM:*:pnIBMBladeHC10-*");