Message ID | 20181101001149.13453-2-masneyb@onstation.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | ARM: qcom: msm8974-hammerhead: add USB OTG support | expand |
On Wed, 31 Oct 2018 20:11:43 -0400, Brian Masney wrote: > Add support for the ti,bq24192 variant and a child node for the > usb-otg-vbus regulator. > > Signed-off-by: Brian Masney <masneyb@onstation.org> > --- > .../devicetree/bindings/power/supply/bq24190.txt | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
Hi, On Wed, Oct 31, 2018 at 08:11:43PM -0400, Brian Masney wrote: > Add support for the ti,bq24192 variant and a child node for the > usb-otg-vbus regulator. > > Signed-off-by: Brian Masney <masneyb@onstation.org> > --- Thanks, queued. -- Sebastian > .../devicetree/bindings/power/supply/bq24190.txt | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/power/supply/bq24190.txt b/Documentation/devicetree/bindings/power/supply/bq24190.txt > index 9e517d307070..c8ac028bd3c7 100644 > --- a/Documentation/devicetree/bindings/power/supply/bq24190.txt > +++ b/Documentation/devicetree/bindings/power/supply/bq24190.txt > @@ -3,6 +3,7 @@ TI BQ24190 Li-Ion Battery Charger > Required properties: > - compatible: contains one of the following: > * "ti,bq24190" > + * "ti,bq24192" > * "ti,bq24192i" > - reg: integer, I2C address of the charger. > - interrupts[-extended]: configuration for charger INT pin. > @@ -19,6 +20,12 @@ Optional properties: > - ti,system-minimum-microvolt: when power is connected and the battery is below > minimum system voltage, the system will be regulated above this setting. > > +child nodes: > +- usb-otg-vbus: > + Usage: optional > + Description: Regulator that is used to control the VBUS voltage direction for > + either USB host mode or for charging on the OTG port. > + > Notes: > - Some circuit boards wire the chip's "OTG" pin high (enabling 500mA default > charge current on USB SDP ports, among other features). To simulate this on > @@ -39,6 +46,8 @@ Example: > interrupts-extended = <&gpiochip 10 IRQ_TYPE_EDGE_FALLING>; > monitored-battery = <&bat>; > ti,system-minimum-microvolt = <3200000>; > + > + usb_otg_vbus: usb-otg-vbus { }; > }; > > &twl_gpio { > -- > 2.17.2 >
diff --git a/Documentation/devicetree/bindings/power/supply/bq24190.txt b/Documentation/devicetree/bindings/power/supply/bq24190.txt index 9e517d307070..c8ac028bd3c7 100644 --- a/Documentation/devicetree/bindings/power/supply/bq24190.txt +++ b/Documentation/devicetree/bindings/power/supply/bq24190.txt @@ -3,6 +3,7 @@ TI BQ24190 Li-Ion Battery Charger Required properties: - compatible: contains one of the following: * "ti,bq24190" + * "ti,bq24192" * "ti,bq24192i" - reg: integer, I2C address of the charger. - interrupts[-extended]: configuration for charger INT pin. @@ -19,6 +20,12 @@ Optional properties: - ti,system-minimum-microvolt: when power is connected and the battery is below minimum system voltage, the system will be regulated above this setting. +child nodes: +- usb-otg-vbus: + Usage: optional + Description: Regulator that is used to control the VBUS voltage direction for + either USB host mode or for charging on the OTG port. + Notes: - Some circuit boards wire the chip's "OTG" pin high (enabling 500mA default charge current on USB SDP ports, among other features). To simulate this on @@ -39,6 +46,8 @@ Example: interrupts-extended = <&gpiochip 10 IRQ_TYPE_EDGE_FALLING>; monitored-battery = <&bat>; ti,system-minimum-microvolt = <3200000>; + + usb_otg_vbus: usb-otg-vbus { }; }; &twl_gpio {
Add support for the ti,bq24192 variant and a child node for the usb-otg-vbus regulator. Signed-off-by: Brian Masney <masneyb@onstation.org> --- .../devicetree/bindings/power/supply/bq24190.txt | 9 +++++++++ 1 file changed, 9 insertions(+)