About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / power_supply / tps65090.txt


Based on kernel version 4.8. Page generated on 2016-10-06 23:13 EST.

1	TPS65090 Frontend PMU with Switchmode Charger
2	
3	Required Properties:
4	-compatible: "ti,tps65090-charger"
5	
6	Optional Properties:
7	-ti,enable-low-current-chrg: Enables charging when a low current is detected
8	 while the default logic is to stop charging.
9	
10	This node is a subnode of the tps65090 PMIC.
11	
12	Example:
13	
14		tps65090-charger {
15			compatible = "ti,tps65090-charger";
16			ti,enable-low-current-chrg;
17		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog