diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2019-12-14 18:27:55 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2019-12-19 03:07:53 +0300 |
commit | 47a34db3d5d2c04592f2b800b8ba39bcbf48e366 (patch) | |
tree | 0edd769d622f7d71dc45f9939450cec11ceadc8c /Documentation/devicetree/bindings/power | |
parent | a3d70dacc727ada212aecb8d131a3910622763d6 (diff) | |
download | linux-47a34db3d5d2c04592f2b800b8ba39bcbf48e366.tar.xz |
device-tree: bindings: max17042_battery: add all of the compatible strings
The bindings are missing documentation for some of the compatible
strings.
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/max17042_battery.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/max17042_battery.txt b/Documentation/devicetree/bindings/power/supply/max17042_battery.txt index 3f3894aaeebc..f34c5daae9af 100644 --- a/Documentation/devicetree/bindings/power/supply/max17042_battery.txt +++ b/Documentation/devicetree/bindings/power/supply/max17042_battery.txt @@ -2,7 +2,11 @@ max17042_battery ~~~~~~~~~~~~~~~~ Required properties : - - compatible : "maxim,max17042" + - compatible : one of the following + * "maxim,max17042" + * "maxim,max17047" + * "maxim,max17050" + * "maxim,max17055" Optional properties : - maxim,rsns-microohm : Resistance of rsns resistor in micro Ohms |