Lines Matching refs:regulator
98 usb_power_back1: regulator@1 {
99 compatible = "regulator-fixed";
101 regulator-name = "USB Power Back 1";
102 regulator-min-microvolt = <5000000>;
103 regulator-max-microvolt = <5000000>;
105 regulator-always-on;
106 regulator-boot-on;
110 usb_power_back2: regulator@2 {
111 compatible = "regulator-fixed";
113 regulator-name = "USB Power Back 2";
114 regulator-min-microvolt = <5000000>;
115 regulator-max-microvolt = <5000000>;
117 regulator-always-on;
118 regulator-boot-on;
122 usb_power_front: regulator@3 {
123 compatible = "regulator-fixed";
125 regulator-name = "USB Power Front";
126 regulator-min-microvolt = <5000000>;
127 regulator-max-microvolt = <5000000>;
129 regulator-always-on;
130 regulator-boot-on;