提交 78f7bced 编写于 作者: R Rhyland Klein 提交者: Anton Vorontsov

power_supply: Add OF bindings documentation for tps65090-charger

This change adds the binding documentation for the tps65090-charger.
Signed-off-by: NRhyland Klein <rklein@nvidia.com>
Signed-off-by: NAnton Vorontsov <anton@enomsg.org>
上级 441a499e
TPS65090 Frontend PMU with Switchmode Charger
Required Properties:
-compatible: "ti,tps65090"
-reg: I2C slave address
-interrupts: the interrupt output to which this device connects
Optional Properties:
-ti,enable-low-current-chrg: Enables charging when a low current is detected
while the default logic is to stop charging.
Example:
tps65090@48 {
compatible = "ti,tps65090";
reg = <0x48>;
interrupts = <0 88 0x4>;
ti,enable-low-current-chrg;
regulators {
...
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部