Lines Matching +full:twl4030 +full:- +full:usb
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/twl4030-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TWL4030 BCI (Battery Charger Interface)
10 The battery charger needs to interact with the USB phy in order to know when
14 value in explicit configuration in device-tree. Rather if there is a sibling
15 of the BCI node which is compatible with "ti,twl4030-usb", then that is used
16 to determine when and how use USB power for charging.
19 - Sebastian Reichel <sre@kernel.org>
22 - $ref: power-supply.yaml#
26 const: ti,twl4030-bci
32 ti,bb-uvolt:
36 ti,bb-uamp:
40 io-channels:
42 - description: Accessory Charger Voltage Channel
44 io-channel-names:
46 - const: vac
48 bci3v1-supply:
49 description: 3.1V USB regulator
52 - compatible
53 - interrupts
58 - |
61 compatible = "ti,twl4030-bci";
63 ti,bb-uvolt = <3200000>;
64 ti,bb-uamp = <150>;
65 io-channels = <&twl_madc 11>;
66 io-channel-names = "vac";