forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/power/supply/bq24190.txt
....@@ -3,7 +3,9 @@
33 Required properties:
44 - compatible: contains one of the following:
55 * "ti,bq24190"
6
+ * "ti,bq24192"
67 * "ti,bq24192i"
8
+ * "ti,bq24196"
79 - reg: integer, I2C address of the charger.
810 - interrupts[-extended]: configuration for charger INT pin.
911
....@@ -18,6 +20,12 @@
1820 See also Documentation/devicetree/bindings/power/supply/battery.txt
1921 - ti,system-minimum-microvolt: when power is connected and the battery is below
2022 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.
2129
2230 Notes:
2331 - Some circuit boards wire the chip's "OTG" pin high (enabling 500mA default
....@@ -39,6 +47,8 @@
3947 interrupts-extended = <&gpiochip 10 IRQ_TYPE_EDGE_FALLING>;
4048 monitored-battery = <&bat>;
4149 ti,system-minimum-microvolt = <3200000>;
50
+
51
+ usb_otg_vbus: usb-otg-vbus { };
4252 };
4353
4454 &twl_gpio {