Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / power_supply / max17042_battery.txt
blob5bc9b685cf8aec18057a9f7ea432b99d3049fed6
1 max17042_battery
2 ~~~~~~~~~~~~~~~~
4 Required properties :
5  - compatible : "maxim,max17042"
7 Optional properties :
8  - maxim,rsns-microohm : Resistance of rsns resistor in micro Ohms
9                          (datasheet-recommended value is 10000).
10    Defining this property enables current-sense functionality.
12 Example:
14         battery-charger@36 {
15                 compatible = "maxim,max17042";
16                 reg = <0x36>;
17                 maxim,rsns-microohm = <10000>;
18         };