aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorUgur Usug <Ugur.Usug@maximintegrated.com>2020-06-15 23:49:14 +0000
committerGuenter Roeck <linux@roeck-us.net>2020-07-24 07:44:18 -0700
commit5c9353f5f81340f350320b5fcfc4c09756ba6da4 (patch)
tree71769260763aa216226bd0d3b71fdddd42046528 /Documentation/hwmon
parenthwmon: (gsc) add 16bit pre-scaled voltage mode (diff)
downloadlinux-dev-5c9353f5f81340f350320b5fcfc4c09756ba6da4.tar.xz
linux-dev-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')
-rw-r--r--Documentation/hwmon/max20730.rst10
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.