Lines Matching +full:max +full:- +full:rpm

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/qcom,rpm-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm RPM regulator
10 The Qualcomm RPM regulator is modelled as a subdevice of the RPM.
12 Please refer to Documentation/devicetree/bindings/soc/qcom/qcom,rpm.yaml
13 for information regarding the RPM node.
15 The regulator node houses sub-nodes for each regulator within the device.
16 Each sub-node is identified using the node's name, with valid values listed
28 l29, lvs1, lvs2, lvs3, lvs4, lvs5, lvs6, lvs7, usb-switch, hdmi-switch,
37 - Bjorn Andersson <andersson@kernel.org>
42 - qcom,rpm-pm8058-regulators
43 - qcom,rpm-pm8901-regulators
44 - qcom,rpm-pm8921-regulators
45 - qcom,rpm-pm8018-regulators
46 - qcom,rpm-smb208-regulators
49 ".*-supply$":
52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
57 bias-pull-down:
61 qcom,switch-mode-frequency:
62 description: Frequency (Hz) of the switch-mode power supply
65 - 19200000
66 - 9600000
67 - 6400000
68 - 4800000
69 - 3840000
70 - 3200000
71 - 2740000
72 - 2400000
73 - 2130000
74 - 1920000
75 - 1750000
76 - 1600000
77 - 1480000
78 - 1370000
79 - 1280000
80 - 1200000
82 qcom,force-mode:
86 - 0 # QCOM_RPM_FORCE_MODE_NONE do not force any mode
87 - 1 # QCOM_RPM_FORCE_MODE_LPM force into low power mode
88 - 2 # QCOM_RPM_FORCE_MODE_HPM force into high power mode
89 - 3 # QCOM_RPM_FORCE_MODE_AUTO allow regulator to automatically select its own mode
92 qcom,power-mode-hysteretic:
100 - compatible
103 - |
104 #include <dt-bindings/mfd/qcom-rpm.h>
106 compatible = "qcom,rpm-pm8921-regulators";
107 vdd_l1_l2_l12_l18-supply = <&pm8921_s4>;
110 regulator-min-microvolt = <1225000>;
111 regulator-max-microvolt = <1225000>;
113 bias-pull-down;
115 qcom,switch-mode-frequency = <3200000>;
119 regulator-min-microvolt = <1800000>;
120 regulator-max-microvolt = <1800000>;
122 qcom,switch-mode-frequency = <1600000>;
123 bias-pull-down;
125 qcom,force-mode = <QCOM_RPM_FORCE_MODE_AUTO>;