2019-12-02 15:36:48

by Angus Ainslie

[permalink] [raw]
Subject: [PATCH 2/2] dts: 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) <[email protected]>
---
.../devicetree/bindings/power/supply/max17042_battery.txt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

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
--
2.17.1


2019-12-04 07:25:11

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] dts: bindings: max17042_battery: add all of the compatible strings

On Mon, 2 Dec 2019 at 23:26, Angus Ainslie (Purism) <[email protected]> wrote:
>
> The bindings are missing documentation for some of the compatible
> strings.
>
> Signed-off-by: Angus Ainslie (Purism) <[email protected]>
> ---
> .../devicetree/bindings/power/supply/max17042_battery.txt | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2019-12-13 23:28:13

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 2/2] dts: bindings: max17042_battery: add all of the compatible strings

On Mon, 2 Dec 2019 08:25:20 -0700, "Angus Ainslie (Purism)" wrote:
> The bindings are missing documentation for some of the compatible
> strings.
>
> Signed-off-by: Angus Ainslie (Purism) <[email protected]>
> ---
> .../devicetree/bindings/power/supply/max17042_battery.txt | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>