mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power / bq24257.txt
blob5c9d3940d07c4b18b8cd1561385f6b38053e310f
1 Binding for TI bq24257 Li-Ion Charger
3 Required properties:
4 - compatible: Should contain one of the following:
5  * "ti,bq24257"
6 - reg:                     integer, i2c address of the device.
7 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV.
8 - ti,charge-current:       integer, maximum charging current in uA.
9 - ti,termination-current:  integer, charge will be terminated when current in
10                            constant-voltage phase drops below this value (in uA).
12 Example:
14 bq24257 {
15         compatible = "ti,bq24257";
16         reg = <0x6a>;
18         ti,battery-regulation-voltage = <4200000>;
19         ti,charge-current = <1000000>;
20         ti,termination-current = <50000>;