diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-06-08 20:29:45 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-12 22:29:22 +0300 |
commit | bf89386f166b18c21b2b7a2c5b6e496726c4f25f (patch) | |
tree | 2b85e7be65eb6815ecf03ca24bd3723f17368863 /Documentation/devicetree/bindings/hwmon/ltc2978.txt | |
parent | 836954dadcb351d65cf96584f22c9e437169bd49 (diff) | |
download | linux-bf89386f166b18c21b2b7a2c5b6e496726c4f25f.tar.xz |
hwmon: (ltc2978) Add support for LTC3882
LTC3882 is mostly compatible with LTC3880. Major differences are that it
does not measure the input current, and it no longer supports LTC's legacy
mechanism to identify the chip.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon/ltc2978.txt')
-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 ed2f09dc2483..230389f6c984 100644 --- a/Documentation/devicetree/bindings/hwmon/ltc2978.txt +++ b/Documentation/devicetree/bindings/hwmon/ltc2978.txt @@ -6,6 +6,7 @@ Required properties: * "lltc,ltc2977" * "lltc,ltc2978" * "lltc,ltc3880" + * "lltc,ltc3882" * "lltc,ltc3883" * "lltc,ltm4676" - reg: I2C slave address @@ -20,7 +21,7 @@ Valid names of regulators depend on number of supplies supported per device: * ltc2974 : vout0 - vout3 * ltc2977 : vout0 - vout7 * ltc2978 : vout0 - vout7 - * ltc3880 : vout0 - vout1 + * ltc3880, ltc3882 : vout0 - vout1 * ltc3883 : vout0 * ltm4676 : vout0 - vout1 |