Lines Matching refs:regulator
52 /* This regulator controls VDD_5V_PERIPH onboard supply */
54 compatible = "regulator-fixed";
55 regulator-name = "reg-5v-periph";
57 regulator-always-on;
61 /* This regulator controls VDD_5V_HIPOWER onboard supply */
63 compatible = "regulator-fixed";
64 regulator-name = "reg-5v-hipower";
66 regulator-always-on;
70 /* This regulator controls the VDD_3V3_SENSORS1 onboard supply. */
72 compatible = "regulator-fixed";
73 regulator-name = "reg-3v3-sensors-1";
76 regulator-always-on;
80 /* This regulator controls the VDD_3V3_SENSORS2 onboard supply. */
82 compatible = "regulator-fixed";
83 regulator-name = "reg-3v3-sensors-2";
86 regulator-always-on;
90 /* This regulator controls the VDD_3V3_SENSORS3 onboard supply. */
92 compatible = "regulator-fixed";
93 regulator-name = "reg-3v3-sensors-3";
96 regulator-always-on;
100 /* This regulator controls the VDD_3V3_SENSORS4 onboard supply. */
102 compatible = "regulator-fixed";
103 regulator-name = "reg-3v3-sensors-4";
106 regulator-always-on;
110 /* This regulator controls VDD_3V3_SPEKTRUM onboard supply */
112 compatible = "regulator-fixed";
113 regulator-name = "reg-3v3-spektrum";
115 regulator-always-on;
119 /* This regulator controls ETH_VDD_3V3 supply to power up the TJA1103 PHY */
121 compatible = "regulator-fixed";
122 regulator-name = "reg-eth-power";
124 regulator-always-on;