| .. | .. |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | 4 | - compatible: contains one of the following: |
|---|
| 5 | 5 | * "ti,bq24190" |
|---|
| 6 | + * "ti,bq24192" |
|---|
| 6 | 7 | * "ti,bq24192i" |
|---|
| 8 | + * "ti,bq24196" |
|---|
| 7 | 9 | - reg: integer, I2C address of the charger. |
|---|
| 8 | 10 | - interrupts[-extended]: configuration for charger INT pin. |
|---|
| 9 | 11 | |
|---|
| .. | .. |
|---|
| 18 | 20 | See also Documentation/devicetree/bindings/power/supply/battery.txt |
|---|
| 19 | 21 | - ti,system-minimum-microvolt: when power is connected and the battery is below |
|---|
| 20 | 22 | minimum system voltage, the system will be regulated above this setting. |
|---|
| 23 | + |
|---|
| 24 | +child nodes: |
|---|
| 25 | +- usb-otg-vbus: |
|---|
| 26 | + Usage: optional |
|---|
| 27 | + Description: Regulator that is used to control the VBUS voltage direction for |
|---|
| 28 | + either USB host mode or for charging on the OTG port. |
|---|
| 21 | 29 | |
|---|
| 22 | 30 | Notes: |
|---|
| 23 | 31 | - Some circuit boards wire the chip's "OTG" pin high (enabling 500mA default |
|---|
| .. | .. |
|---|
| 39 | 47 | interrupts-extended = <&gpiochip 10 IRQ_TYPE_EDGE_FALLING>; |
|---|
| 40 | 48 | monitored-battery = <&bat>; |
|---|
| 41 | 49 | ti,system-minimum-microvolt = <3200000>; |
|---|
| 50 | + |
|---|
| 51 | + usb_otg_vbus: usb-otg-vbus { }; |
|---|
| 42 | 52 | }; |
|---|
| 43 | 53 | |
|---|
| 44 | 54 | &twl_gpio { |
|---|