diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-06-08 19:56:20 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-17 21:55:55 +0300 |
commit | 649ca820dab3d76e12408b74af3e8e97abb07ae0 (patch) | |
tree | 20d6e9797f112f6af616b532b809fd3dd1fd4d2d /Documentation/devicetree/bindings/hwmon | |
parent | 15398566f0ea95c66d202b8705dba4f59b9ba01c (diff) | |
download | linux-649ca820dab3d76e12408b74af3e8e97abb07ae0.tar.xz |
hwmon: (ltc2978) Add support for LTC2975
LTC2975 is mostly compatible to LTC2974, but supports input current
and power measurement.
Tested-by: Michael Jones <mike@proclivis.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ltc2978.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ltc2978.txt b/Documentation/devicetree/bindings/hwmon/ltc2978.txt index c1d23c14ddd9..e434d5fba2ae 100644 --- a/Documentation/devicetree/bindings/hwmon/ltc2978.txt +++ b/Documentation/devicetree/bindings/hwmon/ltc2978.txt @@ -3,6 +3,7 @@ ltc2978 Required properties: - compatible: should contain one of: * "lltc,ltc2974" + * "lltc,ltc2975" * "lltc,ltc2977" * "lltc,ltc2978" * "lltc,ltc3880" @@ -19,7 +20,7 @@ Optional properties: standard binding for regulators; see regulator.txt. Valid names of regulators depend on number of supplies supported per device: - * ltc2974 : vout0 - vout3 + * ltc2974, ltc2975 : vout0 - vout3 * ltc2977 : vout0 - vout7 * ltc2978 : vout0 - vout7 * ltc3880, ltc3882 : vout0 - vout1 |