Lines Matching +full:usb +full:- +full:vbus
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/qcom,usb-vbus-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: The Qualcomm PMIC VBUS output regulator driver
10 - Wesley Cheng <quic_wcheng@quicinc.com>
13 This regulator driver controls the VBUS output by the Qualcomm PMIC. This
18 - $ref: regulator.yaml#
23 - qcom,pm8150b-vbus-reg
27 description: VBUS output base address
30 - compatible
31 - reg
32 - regulator-min-microamp
33 - regulator-max-microamp
38 - |
40 #address-cells = <1>;
41 #size-cells = <0>;
42 pm8150b_vbus: usb-vbus-regulator@1100 {
43 compatible = "qcom,pm8150b-vbus-reg";
45 regulator-min-microamp = <500000>;
46 regulator-max-microamp = <3000000>;