dts: battery: add property
Add `re-charge-voltage-microvolt` property allowing to set limit to automatically start charging again. Signed-off-by: Lukasz Madej <l.madej@grinn-global.com>
This commit is contained in:
parent
f1b35a5c78
commit
e8788deafa
2 changed files with 9 additions and 0 deletions
|
@ -72,6 +72,11 @@ Drivers and Sensors
|
|||
|
||||
* Audio
|
||||
|
||||
* Battery
|
||||
|
||||
* Added ``re-charge-voltage-microvolt`` property to the ``battery`` binding. This allows to set
|
||||
limit to automatically start charging again.
|
||||
|
||||
* Battery backed up RAM
|
||||
|
||||
* CAN
|
||||
|
|
|
@ -8,6 +8,10 @@ description: |
|
|||
linux/Documentation/devicetree/bindings/power/supply/battery.yaml
|
||||
|
||||
properties:
|
||||
re-charge-voltage-microvolt:
|
||||
type: int
|
||||
description: limit to automatically start charging again
|
||||
|
||||
precharge-current-microamp:
|
||||
type: int
|
||||
description: current for pre-charge phase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue