diff options
author | Ugur Usug <Ugur.Usug@maximintegrated.com> | 2020-06-15 23:49:14 +0000 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-07-24 07:44:18 -0700 |
commit | 5c9353f5f81340f350320b5fcfc4c09756ba6da4 (patch) | |
tree | 71769260763aa216226bd0d3b71fdddd42046528 /Documentation/hwmon/max20730.rst | |
parent | a4872f7a4bc16d6ed831833b4f1ec16df642c367 (diff) | |
download | linux-stable-5c9353f5f81340f350320b5fcfc4c09756ba6da4.tar.gz linux-stable-5c9353f5f81340f350320b5fcfc4c09756ba6da4.tar.bz2 linux-stable-5c9353f5f81340f350320b5fcfc4c09756ba6da4.zip |
hwmon: (pmbus/max20730) Add max20710 support
Add support for max20710 into the existing max20730 driver.
Signed-off-by: Ugur Usug <ugur.usug@maximintegrated.com>
Link: https://lore.kernel.org/r/BYAPR11MB317423C13909AE6F1913BBD7FD9C0@BYAPR11MB3174.namprd11.prod.outlook.com
[groeck: Fixed various whitespace errors]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/max20730.rst')
-rw-r--r-- | Documentation/hwmon/max20730.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/hwmon/max20730.rst b/Documentation/hwmon/max20730.rst index cea7ae58c2f7..cb0c95b2b1f6 100644 --- a/Documentation/hwmon/max20730.rst +++ b/Documentation/hwmon/max20730.rst @@ -5,6 +5,14 @@ Kernel driver max20730 Supported chips: + * Maxim MAX20710 + + Prefix: 'max20710' + + Addresses scanned: - + + Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX20710.pdf + * Maxim MAX20730 Prefix: 'max20730' @@ -35,7 +43,7 @@ Author: Guenter Roeck <linux@roeck-us.net> Description ----------- -This driver implements support for Maxim MAX20730, MAX20734, and MAX20743 +This driver implements support for Maxim MAX20710, MAX20730, MAX20734, and MAX20743 Integrated, Step-Down Switching Regulators with PMBus support. The driver is a client driver to the core PMBus driver. |