Home
last modified time | relevance | path

Searched refs:regulator (Results 1 – 25 of 2233) sorted by relevance

12345678910>>...90

/linux-6.1.9/arch/arm64/boot/dts/mediatek/
Dmt6358.dtsi21 compatible = "mediatek,mt6358-regulator";
24 regulator-name = "vdram1";
25 regulator-min-microvolt = <500000>;
26 regulator-max-microvolt = <2087500>;
27 regulator-ramp-delay = <12500>;
28 regulator-enable-ramp-delay = <0>;
29 regulator-always-on;
30 regulator-allowed-modes = <0 1>;
34 regulator-name = "vcore";
35 regulator-min-microvolt = <500000>;
[all …]
Dmt6359.dtsi17 regulator-name = "vs1";
18 regulator-min-microvolt = <800000>;
19 regulator-max-microvolt = <2200000>;
20 regulator-enable-ramp-delay = <0>;
21 regulator-always-on;
24 regulator-name = "vgpu11";
25 regulator-min-microvolt = <400000>;
26 regulator-max-microvolt = <1193750>;
27 regulator-ramp-delay = <5000>;
28 regulator-enable-ramp-delay = <200>;
[all …]
Dmt8173-evb.dts46 usb_p1_vbus: regulator@0 {
47 compatible = "regulator-fixed";
48 regulator-name = "usb_vbus";
49 regulator-min-microvolt = <5000000>;
50 regulator-max-microvolt = <5000000>;
55 usb_p0_vbus: regulator@1 {
56 compatible = "regulator-fixed";
57 regulator-name = "vbus";
58 regulator-min-microvolt = <5000000>;
59 regulator-max-microvolt = <5000000>;
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Dmt6358-regulator.txt4 subnodes of the MT6358 regulators node. Each regulator is named according
5 to its regulator type, buck_<name> and ldo_<name>. The definition for each
7 Documentation/devicetree/bindings/regulator/regulator.txt.
27 compatible = "mediatek,mt6358-regulator";
30 regulator-compatible = "buck_vdram1";
31 regulator-name = "vdram1";
32 regulator-min-microvolt = <500000>;
33 regulator-max-microvolt = <2087500>;
34 regulator-ramp-delay = <12500>;
35 regulator-enable-ramp-delay = <0>;
[all …]
Dmt6359-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/mt6359-regulator.yaml#
14 according to its regulator type, buck_<name> and ldo_<name>.
20 $ref: "regulator.yaml#"
23 regulator-name:
30 $ref: "regulator.yaml#"
33 regulator-name:
40 $ref: "regulator.yaml#"
43 regulator-name:
50 $ref: "regulator.yaml#"
53 regulator-name:
[all …]
Dmt6323-regulator.txt5 PMIC's node. Each regulator is named according to its regulator type,
8 Documentation/devicetree/bindings/regulator/regulator.txt.
24 regulator-name = "vproc";
25 regulator-min-microvolt = < 700000>;
26 regulator-max-microvolt = <1350000>;
27 regulator-ramp-delay = <12500>;
28 regulator-always-on;
29 regulator-boot-on;
33 regulator-name = "vsys";
34 regulator-min-microvolt = <1400000>;
[all …]
Dmt6397-regulator.txt4 - compatible: "mediatek,mt6397-regulator"
6 according to its regulator type, buck_<name> and ldo_<name>.
8 for regulators at Documentation/devicetree/bindings/regulator/regulator.txt.
19 BUCK regulators can set regulator-initial-mode and regulator-allowed-modes to
20 values specified in dt-bindings/regulator/mediatek,mt6397-regulator.h
27 compatible = "mediatek,mt6397-regulator";
30 regulator-compatible = "buck_vpca15";
31 regulator-name = "vpca15";
32 regulator-min-microvolt = < 850000>;
33 regulator-max-microvolt = <1350000>;
[all …]
Dmediatek,mt6331-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6331-regulator.yaml#
14 and nodes are named according to the regulator type:
21 $ref: "regulator.yaml#"
24 regulator-name:
31 $ref: "regulator.yaml#"
34 regulator-name:
41 $ref: "regulator.yaml#"
44 regulator-name:
51 $ref: "regulator.yaml#"
54 regulator-name:
[all …]
Dmcp16502-regulator.txt9 - regulators: A node that houses a sub-node for each regulator within
12 standard binding for regulators; see regulator.txt.
26 Each regulator is defined using the standard binding for regulators.
38 regulator-name = "VDD_IO";
39 regulator-min-microvolt = <1200000>;
40 regulator-max-microvolt = <3700000>;
41 regulator-initial-mode = <2>;
42 regulator-allowed-modes = <2>, <4>;
43 regulator-always-on;
45 regulator-state-standby {
[all …]
/linux-6.1.9/include/linux/regulator/
Dconsumer.h169 struct regulator;
189 struct regulator *consumer;
198 struct regulator *__must_check regulator_get(struct device *dev,
200 struct regulator *__must_check devm_regulator_get(struct device *dev,
202 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
204 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
206 struct regulator *__must_check regulator_get_optional(struct device *dev,
208 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
212 void regulator_put(struct regulator *regulator);
213 void devm_regulator_put(struct regulator *regulator);
[all …]
/linux-6.1.9/arch/arm/boot/dts/
Dmt6323.dtsi25 compatible = "mediatek,mt6323-regulator";
28 regulator-name = "vproc";
29 regulator-min-microvolt = < 700000>;
30 regulator-max-microvolt = <1350000>;
31 regulator-ramp-delay = <12500>;
32 regulator-always-on;
33 regulator-boot-on;
37 regulator-name = "vsys";
38 regulator-min-microvolt = <1400000>;
39 regulator-max-microvolt = <2987500>;
[all …]
Dmt8135-evbp1.dts26 compatible = "mediatek,mt6397-regulator";
29 regulator-name = "vpca15";
30 regulator-min-microvolt = < 850000>;
31 regulator-max-microvolt = <1350000>;
32 regulator-ramp-delay = <12500>;
33 regulator-always-on;
37 regulator-name = "vpca7";
38 regulator-min-microvolt = < 850000>;
39 regulator-max-microvolt = <1350000>;
40 regulator-ramp-delay = <12500>;
[all …]
Drk3288-evb-rk808.dts41 regulator-always-on;
42 regulator-boot-on;
43 regulator-min-microvolt = <750000>;
44 regulator-max-microvolt = <1350000>;
45 regulator-name = "vdd_arm";
46 regulator-state-mem {
47 regulator-off-in-suspend;
52 regulator-always-on;
53 regulator-boot-on;
54 regulator-min-microvolt = <850000>;
[all …]
Dexynos5420-galaxy-tab-common.dtsi127 regulator-name = "VDD_MIF_1V1";
128 regulator-min-microvolt = <700000>;
129 regulator-max-microvolt = <1300000>;
130 regulator-always-on;
131 regulator-boot-on;
133 regulator-state-mem {
134 regulator-off-in-suspend;
139 regulator-name = "VDD_ARM_1V0";
140 regulator-min-microvolt = <800000>;
141 regulator-max-microvolt = <1500000>;
[all …]
Dmmp2-brownstone.dts41 regulator-min-microvolt = <637500>;
42 regulator-max-microvolt = <1425000>;
43 regulator-boot-on;
44 regulator-always-on;
47 regulator-min-microvolt = <650000>;
48 regulator-max-microvolt = <2225000>;
49 regulator-boot-on;
50 regulator-always-on;
53 regulator-min-microvolt = <750000>;
54 regulator-max-microvolt = <3900000>;
[all …]
Dexynos5420-smdk5420.dts36 vdd: regulator-0 {
37 compatible = "regulator-fixed";
38 regulator-name = "vdd-supply";
39 regulator-min-microvolt = <1800000>;
40 regulator-max-microvolt = <1800000>;
41 regulator-always-on;
44 dbvdd: regulator-1 {
45 compatible = "regulator-fixed";
46 regulator-name = "dbvdd-supply";
47 regulator-min-microvolt = <3300000>;
[all …]
Drk3288-vyasa.dts23 compatible = "regulator-fixed";
24 regulator-name = "dc12_vbat";
25 regulator-min-microvolt = <12000000>;
26 regulator-max-microvolt = <12000000>;
27 regulator-always-on;
28 regulator-boot-on;
32 compatible = "regulator-fixed";
33 regulator-name = "vboot_3v3";
34 regulator-min-microvolt = <3300000>;
35 regulator-max-microvolt = <3300000>;
[all …]
Dimx53-qsrb.dts35 regulator-name = "SW1";
36 regulator-min-microvolt = <650000>;
37 regulator-max-microvolt = <1437500>;
38 regulator-boot-on;
39 regulator-always-on;
43 regulator-name = "SW1B";
44 regulator-min-microvolt = <650000>;
45 regulator-max-microvolt = <1437500>;
46 regulator-boot-on;
47 regulator-always-on;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/exynos/
Dexynos7-espresso.dts34 usb30_vbus_reg: regulator-usb30 {
35 compatible = "regulator-fixed";
36 regulator-name = "VBUS_5V";
37 regulator-min-microvolt = <5000000>;
38 regulator-max-microvolt = <5000000>;
45 usb3drd_boost_5v: regulator-usb3drd-boost {
46 compatible = "regulator-fixed";
47 regulator-name = "VUSB_VBUS_5V";
48 regulator-min-microvolt = <5000000>;
49 regulator-max-microvolt = <5000000>;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dapq8096-ifc6640.dts27 v1p05: v1p05-regulator {
28 compatible = "regulator-fixed";
30 regulator-always-on;
31 regulator-boot-on;
33 regulator-min-microvolt = <1050000>;
34 regulator-max-microvolt = <1050000>;
39 v12_poe: v12-poe-regulator {
40 compatible = "regulator-fixed";
42 regulator-always-on;
43 regulator-boot-on;
[all …]
Dsm8250-hdk.dts8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
26 vph_pwr: vph-pwr-regulator {
27 compatible = "regulator-fixed";
28 regulator-name = "vph_pwr";
29 regulator-min-microvolt = <3700000>;
30 regulator-max-microvolt = <3700000>;
34 compatible = "regulator-fixed";
35 regulator-name = "vreg_s4a_1p8";
37 regulator-min-microvolt = <1800000>;
38 regulator-max-microvolt = <1800000>;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/rockchip/
Drk3399-evb.dts78 compatible = "pwm-regulator";
80 regulator-name = "vdd_center";
81 regulator-min-microvolt = <800000>;
82 regulator-max-microvolt = <1400000>;
83 regulator-always-on;
84 regulator-boot-on;
89 compatible = "regulator-fixed";
90 regulator-name = "vcc3v3_sys";
91 regulator-always-on;
92 regulator-boot-on;
[all …]
Drk3399-pinephone-pro.dts46 vcc_sys: vcc-sys-regulator {
47 compatible = "regulator-fixed";
48 regulator-name = "vcc_sys";
49 regulator-always-on;
50 regulator-boot-on;
53 vcc3v3_sys: vcc3v3-sys-regulator {
54 compatible = "regulator-fixed";
55 regulator-name = "vcc3v3_sys";
56 regulator-always-on;
57 regulator-boot-on;
[all …]
Dpx30-engicam-px30-core.dtsi70 regulator-name = "vdd_log";
71 regulator-always-on;
72 regulator-boot-on;
73 regulator-min-microvolt = <950000>;
74 regulator-max-microvolt = <1350000>;
75 regulator-ramp-delay = <6001>;
77 regulator-state-mem {
78 regulator-on-in-suspend;
79 regulator-suspend-microvolt = <950000>;
84 regulator-name = "vdd_arm";
[all …]
/linux-6.1.9/arch/arm64/boot/dts/sprd/
Dsc2731.dtsi117 compatible = "sprd,sc2731-regulator";
120 regulator-name = "vddarm0";
121 regulator-min-microvolt = <400000>;
122 regulator-max-microvolt = <1996875>;
123 regulator-ramp-delay = <25000>;
124 regulator-always-on;
128 regulator-name = "vddarm1";
129 regulator-min-microvolt = <400000>;
130 regulator-max-microvolt = <1996875>;
131 regulator-ramp-delay = <25000>;
[all …]

12345678910>>...90