Skip to content

Commit 4ee8c00

Browse files
sophiekovalevskykartben
authored andcommitted
dts: charger: bq24190: expand description
Briefly describe the main features of the charger. Also, provide an example of how the charger can be placed as a child node within device tree. On the other hand, detail the meaning the of the properties, including their range. Signed-off-by: Kiara Navarro <[email protected]>
1 parent 9077d46 commit 4ee8c00

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

dts/bindings/charger/ti,bq24190.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Copyright 2023 Cirrus Logic, Inc.
2+
# Copyright 2025 Palta Tech, S.A
23
# SPDX-License-Identifier: Apache-2.0
34

4-
description: Texas Instruments family of BQ24190 of charging ICs
5+
description: |
6+
BQ2419x family of charging ICs.
7+
8+
BQ2419x I2C controlled, 1-Cell, 4.5-A, USB/Adapter Charger with Narrow VDC Power Path Management
9+
and USB OTG
10+
11+
This charger is represented by device tree child node, e.g:
12+
13+
charger: bq24190@6b {
14+
compatible = "ti,bq24190";
15+
reg = <0x6b>;
16+
status = "okay";
17+
18+
constant-charge-current-max-microamp = <1000000>;
19+
constant-charge-voltage-max-microvolt = <3800000>;
20+
};
521
622
include: [battery.yaml, i2c-device.yaml]
723

@@ -10,9 +26,17 @@ compatible: "ti,bq24190"
1026
properties:
1127
constant-charge-current-max-microamp:
1228
required: true
29+
description: |
30+
The charge current target for the constant current phase of the charge profile.
31+
This value will be set at initialization time. Range: 512 mA to 4.544 A.
32+
The value specified will be rounded down to the closest implemented value.
1333
1434
constant-charge-voltage-max-microvolt:
1535
required: true
36+
description: |
37+
The voltage regulation target for the constant voltage phase of the battery charging profile.
38+
This value will be set at initialization time. Range: 3.504 V to 4.400 V.
39+
The value specified will be rounded down to the closest implemented value.
1640
1741
ce-gpios:
1842
type: phandle-array

0 commit comments

Comments
 (0)