Skip to content

Commit 788bd79

Browse files
nunojsagroeck
authored andcommitted
hwmon: (pmbus/max15301) Add support for MAX15303
The MAX15303 is a full-featured, flexible, efficient, 6A digital point-of-load (PoL) controller with integrated switching MOSFETs. It contains advanced power management and telemetry features. Tested-by: Robin Getz <[email protected]> Signed-off-by: Nuno Sa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent adc52dd commit 788bd79

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Documentation/hwmon/max15301.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Supported chips:
1313

1414
Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX15301.pdf
1515

16+
* Maxim MAX15303
17+
18+
Prefix: 'max15303'
19+
20+
Addresses scanned: -
21+
22+
Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max15303.pdf
23+
1624
Author: Erik Rosen <[email protected]>
1725

1826

drivers/hwmon/pmbus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ config SENSORS_MAX15301
260260
tristate "Maxim MAX15301"
261261
help
262262
If you say yes here you get hardware monitoring support for Maxim
263-
MAX15301, as well as for Flex BMR461.
263+
MAX15301, MAX15303, as well as for Flex BMR461.
264264

265265
This driver can also be built as a module. If so, the module will
266266
be called max15301.

drivers/hwmon/pmbus/max15301.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
static const struct i2c_device_id max15301_id[] = {
2626
{ "bmr461" },
2727
{ "max15301" },
28+
{ "max15303" },
2829
{}
2930
};
3031
MODULE_DEVICE_TABLE(i2c, max15301_id);

0 commit comments

Comments
 (0)