Lines Matching refs:regulator
112 vcc_host: vcc-host-regulator {
113 compatible = "regulator-fixed";
118 regulator-name = "vcc_host";
119 regulator-always-on;
120 regulator-boot-on;
123 vcc_phy: vcc-phy-regulator {
124 compatible = "regulator-fixed";
129 regulator-name = "vcc_phy";
130 regulator-min-microvolt = <3300000>;
131 regulator-max-microvolt = <3300000>;
132 regulator-always-on;
133 regulator-boot-on;
136 vcc_sys: vsys-regulator {
137 compatible = "regulator-fixed";
138 regulator-name = "vcc_sys";
139 regulator-min-microvolt = <5000000>;
140 regulator-max-microvolt = <5000000>;
141 regulator-always-on;
142 regulator-boot-on;
150 vcc_sd: sdmmc-regulator {
151 compatible = "regulator-fixed";
155 regulator-name = "vcc_sd";
156 regulator-min-microvolt = <3300000>;
157 regulator-max-microvolt = <3300000>;