~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/regulator/mt6323-regulator.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/regulator/mt6323-regulator.txt (Architecture i386) and /Documentation/devicetree/bindings/regulator/mt6323-regulator.txt (Architecture ppc)


  1 Mediatek MT6323 Regulator                           1 Mediatek MT6323 Regulator
  2                                                     2 
  3 All voltage regulators are defined as subnodes      3 All voltage regulators are defined as subnodes of the regulators node. A list
  4 of regulators provided by this controller are       4 of regulators provided by this controller are defined as subnodes of the
  5 PMIC's node. Each regulator is named according      5 PMIC's node. Each regulator is named according to its regulator type,
  6 buck_<name> and ldo_<name>. The definition for      6 buck_<name> and ldo_<name>. The definition for each of these nodes is defined
  7 using the standard binding for regulators at        7 using the standard binding for regulators at
  8 Documentation/devicetree/bindings/regulator/re      8 Documentation/devicetree/bindings/regulator/regulator.txt.
  9                                                     9 
 10 The valid names for regulators are::               10 The valid names for regulators are::
 11 BUCK:                                              11 BUCK:
 12   buck_vproc, buck_vsys, buck_vpa                  12   buck_vproc, buck_vsys, buck_vpa
 13 LDO:                                               13 LDO:
 14   ldo_vtcxo, ldo_vcn28, ldo_vcn33_bt, ldo_vcn3     14   ldo_vtcxo, ldo_vcn28, ldo_vcn33_bt, ldo_vcn33_wifi, ldo_va, ldo_vcama,
 15   ldo_vio28, ldo_vusb, ldo_vmc, ldo_vmch, ldo_     15   ldo_vio28, ldo_vusb, ldo_vmc, ldo_vmch, ldo_vemc3v3, ldo_vgp1, ldo_vgp2,
 16   ldo_vgp3, ldo_vcn18, ldo_vsim1, ldo_vsim2, l     16   ldo_vgp3, ldo_vcn18, ldo_vsim1, ldo_vsim2, ldo_vrtc, ldo_vcamaf, ldo_vibr,
 17   ldo_vrf18, ldo_vm, ldo_vio18, ldo_vcamd, ldo     17   ldo_vrf18, ldo_vm, ldo_vio18, ldo_vcamd, ldo_vcamio
 18                                                    18 
 19 Example:                                           19 Example:
 20                                                    20 
 21         pmic: mt6323 {                             21         pmic: mt6323 {
 22                 mt6323regulator: regulators {      22                 mt6323regulator: regulators {
 23                         mt6323_vproc_reg: buck     23                         mt6323_vproc_reg: buck_vproc{
 24                                 regulator-name     24                                 regulator-name = "vproc";
 25                                 regulator-min-     25                                 regulator-min-microvolt = < 700000>;
 26                                 regulator-max-     26                                 regulator-max-microvolt = <1350000>;
 27                                 regulator-ramp     27                                 regulator-ramp-delay = <12500>;
 28                                 regulator-alwa     28                                 regulator-always-on;
 29                                 regulator-boot     29                                 regulator-boot-on;
 30                         };                         30                         };
 31                                                    31 
 32                         mt6323_vsys_reg: buck_     32                         mt6323_vsys_reg: buck_vsys{
 33                                 regulator-name     33                                 regulator-name = "vsys";
 34                                 regulator-min-     34                                 regulator-min-microvolt = <1400000>;
 35                                 regulator-max-     35                                 regulator-max-microvolt = <2987500>;
 36                                 regulator-ramp     36                                 regulator-ramp-delay = <25000>;
 37                                 regulator-alwa     37                                 regulator-always-on;
 38                                 regulator-boot     38                                 regulator-boot-on;
 39                         };                         39                         };
 40                                                    40 
 41                         mt6323_vpa_reg: buck_v     41                         mt6323_vpa_reg: buck_vpa{
 42                                 regulator-name     42                                 regulator-name = "vpa";
 43                                 regulator-min-     43                                 regulator-min-microvolt = < 500000>;
 44                                 regulator-max-     44                                 regulator-max-microvolt = <3650000>;
 45                         };                         45                         };
 46                                                    46 
 47                         mt6323_vtcxo_reg: ldo_     47                         mt6323_vtcxo_reg: ldo_vtcxo{
 48                                 regulator-name     48                                 regulator-name = "vtcxo";
 49                                 regulator-min-     49                                 regulator-min-microvolt = <2800000>;
 50                                 regulator-max-     50                                 regulator-max-microvolt = <2800000>;
 51                                 regulator-enab     51                                 regulator-enable-ramp-delay = <90>;
 52                                 regulator-alwa     52                                 regulator-always-on;
 53                                 regulator-boot     53                                 regulator-boot-on;
 54                         };                         54                         };
 55                                                    55 
 56                         mt6323_vcn28_reg: ldo_     56                         mt6323_vcn28_reg: ldo_vcn28{
 57                                 regulator-name     57                                 regulator-name = "vcn28";
 58                                 regulator-min-     58                                 regulator-min-microvolt = <2800000>;
 59                                 regulator-max-     59                                 regulator-max-microvolt = <2800000>;
 60                                 regulator-enab     60                                 regulator-enable-ramp-delay = <185>;
 61                         };                         61                         };
 62                                                    62 
 63                         mt6323_vcn33_bt_reg: l     63                         mt6323_vcn33_bt_reg: ldo_vcn33_bt{
 64                                 regulator-name     64                                 regulator-name = "vcn33_bt";
 65                                 regulator-min-     65                                 regulator-min-microvolt = <3300000>;
 66                                 regulator-max-     66                                 regulator-max-microvolt = <3600000>;
 67                                 regulator-enab     67                                 regulator-enable-ramp-delay = <185>;
 68                         };                         68                         };
 69                                                    69 
 70                         mt6323_vcn33_wifi_reg:     70                         mt6323_vcn33_wifi_reg: ldo_vcn33_wifi{
 71                                 regulator-name     71                                 regulator-name = "vcn33_wifi";
 72                                 regulator-min-     72                                 regulator-min-microvolt = <3300000>;
 73                                 regulator-max-     73                                 regulator-max-microvolt = <3600000>;
 74                                 regulator-enab     74                                 regulator-enable-ramp-delay = <185>;
 75                         };                         75                         };
 76                                                    76 
 77                         mt6323_va_reg: ldo_va{     77                         mt6323_va_reg: ldo_va{
 78                                 regulator-name     78                                 regulator-name = "va";
 79                                 regulator-min-     79                                 regulator-min-microvolt = <2800000>;
 80                                 regulator-max-     80                                 regulator-max-microvolt = <2800000>;
 81                                 regulator-enab     81                                 regulator-enable-ramp-delay = <216>;
 82                                 regulator-alwa     82                                 regulator-always-on;
 83                                 regulator-boot     83                                 regulator-boot-on;
 84                         };                         84                         };
 85                                                    85 
 86                         mt6323_vcama_reg: ldo_     86                         mt6323_vcama_reg: ldo_vcama{
 87                                 regulator-name     87                                 regulator-name = "vcama";
 88                                 regulator-min-     88                                 regulator-min-microvolt = <1500000>;
 89                                 regulator-max-     89                                 regulator-max-microvolt = <2800000>;
 90                                 regulator-enab     90                                 regulator-enable-ramp-delay = <216>;
 91                         };                         91                         };
 92                                                    92 
 93                         mt6323_vio28_reg: ldo_     93                         mt6323_vio28_reg: ldo_vio28{
 94                                 regulator-name     94                                 regulator-name = "vio28";
 95                                 regulator-min-     95                                 regulator-min-microvolt = <2800000>;
 96                                 regulator-max-     96                                 regulator-max-microvolt = <2800000>;
 97                                 regulator-enab     97                                 regulator-enable-ramp-delay = <216>;
 98                                 regulator-alwa     98                                 regulator-always-on;
 99                                 regulator-boot     99                                 regulator-boot-on;
100                         };                        100                         };
101                                                   101 
102                         mt6323_vusb_reg: ldo_v    102                         mt6323_vusb_reg: ldo_vusb{
103                                 regulator-name    103                                 regulator-name = "vusb";
104                                 regulator-min-    104                                 regulator-min-microvolt = <3300000>;
105                                 regulator-max-    105                                 regulator-max-microvolt = <3300000>;
106                                 regulator-enab    106                                 regulator-enable-ramp-delay = <216>;
107                                 regulator-boot    107                                 regulator-boot-on;
108                         };                        108                         };
109                                                   109 
110                         mt6323_vmc_reg: ldo_vm    110                         mt6323_vmc_reg: ldo_vmc{
111                                 regulator-name    111                                 regulator-name = "vmc";
112                                 regulator-min-    112                                 regulator-min-microvolt = <1800000>;
113                                 regulator-max-    113                                 regulator-max-microvolt = <3300000>;
114                                 regulator-enab    114                                 regulator-enable-ramp-delay = <36>;
115                                 regulator-boot    115                                 regulator-boot-on;
116                         };                        116                         };
117                                                   117 
118                         mt6323_vmch_reg: ldo_v    118                         mt6323_vmch_reg: ldo_vmch{
119                                 regulator-name    119                                 regulator-name = "vmch";
120                                 regulator-min-    120                                 regulator-min-microvolt = <3000000>;
121                                 regulator-max-    121                                 regulator-max-microvolt = <3300000>;
122                                 regulator-enab    122                                 regulator-enable-ramp-delay = <36>;
123                                 regulator-boot    123                                 regulator-boot-on;
124                         };                        124                         };
125                                                   125 
126                         mt6323_vemc3v3_reg: ld    126                         mt6323_vemc3v3_reg: ldo_vemc3v3{
127                                 regulator-name    127                                 regulator-name = "vemc3v3";
128                                 regulator-min-    128                                 regulator-min-microvolt = <3000000>;
129                                 regulator-max-    129                                 regulator-max-microvolt = <3300000>;
130                                 regulator-enab    130                                 regulator-enable-ramp-delay = <36>;
131                                 regulator-boot    131                                 regulator-boot-on;
132                         };                        132                         };
133                                                   133 
134                         mt6323_vgp1_reg: ldo_v    134                         mt6323_vgp1_reg: ldo_vgp1{
135                                 regulator-name    135                                 regulator-name = "vgp1";
136                                 regulator-min-    136                                 regulator-min-microvolt = <1200000>;
137                                 regulator-max-    137                                 regulator-max-microvolt = <3300000>;
138                                 regulator-enab    138                                 regulator-enable-ramp-delay = <216>;
139                         };                        139                         };
140                                                   140 
141                         mt6323_vgp2_reg: ldo_v    141                         mt6323_vgp2_reg: ldo_vgp2{
142                                 regulator-name    142                                 regulator-name = "vgp2";
143                                 regulator-min-    143                                 regulator-min-microvolt = <1200000>;
144                                 regulator-max-    144                                 regulator-max-microvolt = <3000000>;
145                                 regulator-enab    145                                 regulator-enable-ramp-delay = <216>;
146                         };                        146                         };
147                                                   147 
148                         mt6323_vgp3_reg: ldo_v    148                         mt6323_vgp3_reg: ldo_vgp3{
149                                 regulator-name    149                                 regulator-name = "vgp3";
150                                 regulator-min-    150                                 regulator-min-microvolt = <1200000>;
151                                 regulator-max-    151                                 regulator-max-microvolt = <1800000>;
152                                 regulator-enab    152                                 regulator-enable-ramp-delay = <216>;
153                         };                        153                         };
154                                                   154 
155                         mt6323_vcn18_reg: ldo_    155                         mt6323_vcn18_reg: ldo_vcn18{
156                                 regulator-name    156                                 regulator-name = "vcn18";
157                                 regulator-min-    157                                 regulator-min-microvolt = <1800000>;
158                                 regulator-max-    158                                 regulator-max-microvolt = <1800000>;
159                                 regulator-enab    159                                 regulator-enable-ramp-delay = <216>;
160                         };                        160                         };
161                                                   161 
162                         mt6323_vsim1_reg: ldo_    162                         mt6323_vsim1_reg: ldo_vsim1{
163                                 regulator-name    163                                 regulator-name = "vsim1";
164                                 regulator-min-    164                                 regulator-min-microvolt = <1800000>;
165                                 regulator-max-    165                                 regulator-max-microvolt = <3000000>;
166                                 regulator-enab    166                                 regulator-enable-ramp-delay = <216>;
167                         };                        167                         };
168                                                   168 
169                         mt6323_vsim2_reg: ldo_    169                         mt6323_vsim2_reg: ldo_vsim2{
170                                 regulator-name    170                                 regulator-name = "vsim2";
171                                 regulator-min-    171                                 regulator-min-microvolt = <1800000>;
172                                 regulator-max-    172                                 regulator-max-microvolt = <3000000>;
173                                 regulator-enab    173                                 regulator-enable-ramp-delay = <216>;
174                         };                        174                         };
175                                                   175 
176                         mt6323_vrtc_reg: ldo_v    176                         mt6323_vrtc_reg: ldo_vrtc{
177                                 regulator-name    177                                 regulator-name = "vrtc";
178                                 regulator-min-    178                                 regulator-min-microvolt = <2800000>;
179                                 regulator-max-    179                                 regulator-max-microvolt = <2800000>;
180                                 regulator-alwa    180                                 regulator-always-on;
181                                 regulator-boot    181                                 regulator-boot-on;
182                         };                        182                         };
183                                                   183 
184                         mt6323_vcamaf_reg: ldo    184                         mt6323_vcamaf_reg: ldo_vcamaf{
185                                 regulator-name    185                                 regulator-name = "vcamaf";
186                                 regulator-min-    186                                 regulator-min-microvolt = <1200000>;
187                                 regulator-max-    187                                 regulator-max-microvolt = <3300000>;
188                                 regulator-enab    188                                 regulator-enable-ramp-delay = <216>;
189                         };                        189                         };
190                                                   190 
191                         mt6323_vibr_reg: ldo_v    191                         mt6323_vibr_reg: ldo_vibr{
192                                 regulator-name    192                                 regulator-name = "vibr";
193                                 regulator-min-    193                                 regulator-min-microvolt = <1200000>;
194                                 regulator-max-    194                                 regulator-max-microvolt = <3300000>;
195                                 regulator-enab    195                                 regulator-enable-ramp-delay = <36>;
196                         };                        196                         };
197                                                   197 
198                         mt6323_vrf18_reg: ldo_    198                         mt6323_vrf18_reg: ldo_vrf18{
199                                 regulator-name    199                                 regulator-name = "vrf18";
200                                 regulator-min-    200                                 regulator-min-microvolt = <1825000>;
201                                 regulator-max-    201                                 regulator-max-microvolt = <1825000>;
202                                 regulator-enab    202                                 regulator-enable-ramp-delay = <187>;
203                         };                        203                         };
204                                                   204 
205                         mt6323_vm_reg: ldo_vm{    205                         mt6323_vm_reg: ldo_vm{
206                                 regulator-name    206                                 regulator-name = "vm";
207                                 regulator-min-    207                                 regulator-min-microvolt = <1200000>;
208                                 regulator-max-    208                                 regulator-max-microvolt = <1800000>;
209                                 regulator-enab    209                                 regulator-enable-ramp-delay = <216>;
210                                 regulator-alwa    210                                 regulator-always-on;
211                                 regulator-boot    211                                 regulator-boot-on;
212                         };                        212                         };
213                                                   213 
214                         mt6323_vio18_reg: ldo_    214                         mt6323_vio18_reg: ldo_vio18{
215                                 regulator-name    215                                 regulator-name = "vio18";
216                                 regulator-min-    216                                 regulator-min-microvolt = <1800000>;
217                                 regulator-max-    217                                 regulator-max-microvolt = <1800000>;
218                                 regulator-enab    218                                 regulator-enable-ramp-delay = <216>;
219                                 regulator-alwa    219                                 regulator-always-on;
220                                 regulator-boot    220                                 regulator-boot-on;
221                         };                        221                         };
222                                                   222 
223                         mt6323_vcamd_reg: ldo_    223                         mt6323_vcamd_reg: ldo_vcamd{
224                                 regulator-name    224                                 regulator-name = "vcamd";
225                                 regulator-min-    225                                 regulator-min-microvolt = <1200000>;
226                                 regulator-max-    226                                 regulator-max-microvolt = <1800000>;
227                                 regulator-enab    227                                 regulator-enable-ramp-delay = <216>;
228                         };                        228                         };
229                                                   229 
230                         mt6323_vcamio_reg: ldo    230                         mt6323_vcamio_reg: ldo_vcamio{
231                                 regulator-name    231                                 regulator-name = "vcamio";
232                                 regulator-min-    232                                 regulator-min-microvolt = <1800000>;
233                                 regulator-max-    233                                 regulator-max-microvolt = <1800000>;
234                                 regulator-enab    234                                 regulator-enable-ramp-delay = <216>;
235                         };                        235                         };
236                 };                                236                 };
237         };                                        237         };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php