[PATCH v2 1/9] dt-bindings: power: supply: max77693: Add monitored-battery property

Artur Weber posted 9 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH v2 1/9] dt-bindings: power: supply: max77693: Add monitored-battery property
Posted by Artur Weber 1 year, 6 months ago
Add the monitored-battery property, so that its constant charge current
property can be used to specify the current limit to use for fast charge
(when plugged into a wall charger).

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
---
Changes in v2:
- Switched to monitored-battery property from separate fast charge
  current property
---
 .../devicetree/bindings/power/supply/maxim,max77693.yaml         | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml b/Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
index f5fd53debbc8..2f4437dafdc0 100644
--- a/Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
+++ b/Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
@@ -16,10 +16,19 @@ description: |
   See also Documentation/devicetree/bindings/mfd/maxim,max77693.yaml for
   additional information and example.
 
+allOf:
+  - $ref: power-supply.yaml#
+
 properties:
   compatible:
     const: maxim,max77693-charger
 
+  monitored-battery:
+    description:
+      Phandle to "simple-battery"-compatible battery node.
+      The constant-charge-current-max-microamps property of the battery
+      node is used to specify the fast charge current.
+
   maxim,constant-microvolt:
     description: |
       Battery constant voltage in uV. The charger will operate in fast

-- 
2.45.2
Re: [PATCH v2 1/9] dt-bindings: power: supply: max77693: Add monitored-battery property
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 15/07/2024 14:55, Artur Weber wrote:
> Add the monitored-battery property, so that its constant charge current
> property can be used to specify the current limit to use for fast charge
> (when plugged into a wall charger).
> 
> Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
> ---
> Changes in v2:
> - Switched to monitored-battery property from separate fast charge
>   current property
> ---
>  .../devicetree/bindings/power/supply/maxim,max77693.yaml         | 9 +++++++++
>  1 file changed, 9 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof