Lines Matching refs:regulator
23 included in this sub-node use the standard regulator bindings which are
26 Properties for BUCK regulator nodes:
27 - regulator-ramp-delay: ramp delay in uV/us. May be 6250, 12500
31 In the absence of the regulator-ramp-delay property, the default ramp
35 for a particular group of BUCKs. So provide same regulator-ramp-delay=<value>.
61 regulator-name = "VDD_ALIVE";
62 regulator-min-microvolt = <1000000>;
63 regulator-max-microvolt = <1000000>;
67 regulator-name = "VDDQ_MMC2";
68 regulator-min-microvolt = <2800000>;
69 regulator-max-microvolt = <2800000>;
70 regulator-always-on;
74 regulator-name = "vdd_mif";
75 regulator-min-microvolt = <950000>;
76 regulator-max-microvolt = <1350000>;
77 regulator-always-on;
78 regulator-boot-on;
82 regulator-name = "vdd_arm";
83 regulator-min-microvolt = <950000>;
84 regulator-max-microvolt = <1350000>;
85 regulator-always-on;
86 regulator-boot-on;
87 regulator-ramp-delay = <50000>;