Skip to content

Commit

Permalink
dts: binding: sensor: bq274xx: improve desc.
Browse files Browse the repository at this point in the history
Improve descriptions of taper-current and terminate-voltage.
Also fixes units of taper-current.

Signed-off-by: Nick Ward <nix.ward@gmail.com>
  • Loading branch information
nixward authored and MaureenHelm committed Jan 12, 2024
1 parent e9b56bd commit 7f41696
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dts/bindings/sensor/ti,bq274xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ properties:
taper-current:
type: int
required: true
description: Battery Taper current in mAh
description: |
Current in mA slightly higher than the taper current threshold at which
point the charger cuts off charging.
terminate-voltage:
type: int
required: true
description: Battery Terminate Voltage in mV
description: |
Minimum operating voltage of your system. This is the target where the
gauge typically reports 0% capacity. In mV.
chemistry-id:
type: int
Expand Down

0 comments on commit 7f41696

Please sign in to comment.