Lines Matching refs:regulator
83 vcc_host: vcc-host-regulator {
84 compatible = "regulator-fixed";
89 regulator-name = "vcc_host";
90 regulator-always-on;
91 regulator-boot-on;
94 vcc_phy: vcc-phy-regulator {
95 compatible = "regulator-fixed";
100 regulator-name = "vcc_phy";
101 regulator-min-microvolt = <3300000>;
102 regulator-max-microvolt = <3300000>;
103 regulator-always-on;
104 regulator-boot-on;
107 vcc_sys: vsys-regulator {
108 compatible = "regulator-fixed";
109 regulator-name = "vcc_sys";
110 regulator-min-microvolt = <5000000>;
111 regulator-max-microvolt = <5000000>;
112 regulator-always-on;
113 regulator-boot-on;