Lines Matching +full:regulator +full:- +full:max +full:- +full:microamp
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
14 regulator will be enabled in situations where the device is required to
18 - $ref: regulator.yaml#
23 - qcom,pm8150b-vbus-reg
30 - compatible
31 - reg
32 - regulator-min-microamp
33 - regulator-max-microamp
38 - |
40 #address-cells = <1>;
41 #size-cells = <0>;
43 usb-vbus-regulator@1100 {
44 compatible = "qcom,pm8150b-vbus-reg";
46 regulator-min-microamp = <500000>;
47 regulator-max-microamp = <3000000>;