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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/mediatek/mt6323.dtsi

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 /scripts/dtc/include-prefixes/arm/mediatek/mt6323.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/mediatek/mt6323.dtsi (Version linux-6.9.12)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Copyright (c) 2017-2018 MediaTek Inc.            3  * Copyright (c) 2017-2018 MediaTek Inc.
  4  * Author: John Crispin <john@phrozen.org>           4  * Author: John Crispin <john@phrozen.org>
  5  *         Sean Wang <sean.wang@mediatek.com>        5  *         Sean Wang <sean.wang@mediatek.com>
  6  *                                                  6  *
  7  */                                                 7  */
  8                                                     8 
  9 &pwrap {                                            9 &pwrap {
 10         pmic: mt6323 {                             10         pmic: mt6323 {
 11                 compatible = "mediatek,mt6323"     11                 compatible = "mediatek,mt6323";
 12                 interrupt-parent = <&pio>;         12                 interrupt-parent = <&pio>;
 13                 interrupts = <150 IRQ_TYPE_LEV     13                 interrupts = <150 IRQ_TYPE_LEVEL_HIGH>;
 14                 interrupt-controller;              14                 interrupt-controller;
 15                 #interrupt-cells = <2>;            15                 #interrupt-cells = <2>;
 16                                                    16 
 17                 mt6323_leds: leds {                17                 mt6323_leds: leds {
 18                         compatible = "mediatek     18                         compatible = "mediatek,mt6323-led";
 19                         #address-cells = <1>;      19                         #address-cells = <1>;
 20                         #size-cells = <0>;         20                         #size-cells = <0>;
 21                         status = "disabled";       21                         status = "disabled";
 22                 };                                 22                 };
 23                                                    23 
 24                 mt6323regulator: mt6323regulat     24                 mt6323regulator: mt6323regulator {
 25                         compatible = "mediatek     25                         compatible = "mediatek,mt6323-regulator";
 26                                                    26 
 27                         mt6323_vproc_reg: buck     27                         mt6323_vproc_reg: buck_vproc {
 28                                 regulator-name     28                                 regulator-name = "vproc";
 29                                 regulator-min-     29                                 regulator-min-microvolt = < 700000>;
 30                                 regulator-max-     30                                 regulator-max-microvolt = <1350000>;
 31                                 regulator-ramp     31                                 regulator-ramp-delay = <12500>;
 32                                 regulator-alwa     32                                 regulator-always-on;
 33                                 regulator-boot     33                                 regulator-boot-on;
 34                         };                         34                         };
 35                                                    35 
 36                         mt6323_vsys_reg: buck_     36                         mt6323_vsys_reg: buck_vsys {
 37                                 regulator-name     37                                 regulator-name = "vsys";
 38                                 regulator-min-     38                                 regulator-min-microvolt = <1400000>;
 39                                 regulator-max-     39                                 regulator-max-microvolt = <2987500>;
 40                                 regulator-ramp     40                                 regulator-ramp-delay = <25000>;
 41                                 regulator-alwa     41                                 regulator-always-on;
 42                                 regulator-boot     42                                 regulator-boot-on;
 43                         };                         43                         };
 44                                                    44 
 45                         mt6323_vpa_reg: buck_v     45                         mt6323_vpa_reg: buck_vpa {
 46                                 regulator-name     46                                 regulator-name = "vpa";
 47                                 regulator-min-     47                                 regulator-min-microvolt = < 500000>;
 48                                 regulator-max-     48                                 regulator-max-microvolt = <3650000>;
 49                         };                         49                         };
 50                                                    50 
 51                         mt6323_vtcxo_reg: ldo_     51                         mt6323_vtcxo_reg: ldo_vtcxo {
 52                                 regulator-name     52                                 regulator-name = "vtcxo";
 53                                 regulator-min-     53                                 regulator-min-microvolt = <2800000>;
 54                                 regulator-max-     54                                 regulator-max-microvolt = <2800000>;
 55                                 regulator-enab     55                                 regulator-enable-ramp-delay = <90>;
 56                                 regulator-alwa     56                                 regulator-always-on;
 57                                 regulator-boot     57                                 regulator-boot-on;
 58                         };                         58                         };
 59                                                    59 
 60                         mt6323_vcn28_reg: ldo_     60                         mt6323_vcn28_reg: ldo_vcn28 {
 61                                 regulator-name     61                                 regulator-name = "vcn28";
 62                                 regulator-min-     62                                 regulator-min-microvolt = <2800000>;
 63                                 regulator-max-     63                                 regulator-max-microvolt = <2800000>;
 64                                 regulator-enab     64                                 regulator-enable-ramp-delay = <185>;
 65                         };                         65                         };
 66                                                    66 
 67                         mt6323_vcn33_bt_reg: l     67                         mt6323_vcn33_bt_reg: ldo_vcn33_bt {
 68                                 regulator-name     68                                 regulator-name = "vcn33_bt";
 69                                 regulator-min-     69                                 regulator-min-microvolt = <3300000>;
 70                                 regulator-max-     70                                 regulator-max-microvolt = <3600000>;
 71                                 regulator-enab     71                                 regulator-enable-ramp-delay = <185>;
 72                         };                         72                         };
 73                                                    73 
 74                         mt6323_vcn33_wifi_reg:     74                         mt6323_vcn33_wifi_reg: ldo_vcn33_wifi {
 75                                 regulator-name     75                                 regulator-name = "vcn33_wifi";
 76                                 regulator-min-     76                                 regulator-min-microvolt = <3300000>;
 77                                 regulator-max-     77                                 regulator-max-microvolt = <3600000>;
 78                                 regulator-enab     78                                 regulator-enable-ramp-delay = <185>;
 79                         };                         79                         };
 80                                                    80 
 81                         mt6323_va_reg: ldo_va      81                         mt6323_va_reg: ldo_va {
 82                                 regulator-name     82                                 regulator-name = "va";
 83                                 regulator-min-     83                                 regulator-min-microvolt = <2800000>;
 84                                 regulator-max-     84                                 regulator-max-microvolt = <2800000>;
 85                                 regulator-enab     85                                 regulator-enable-ramp-delay = <216>;
 86                                 regulator-alwa     86                                 regulator-always-on;
 87                                 regulator-boot     87                                 regulator-boot-on;
 88                         };                         88                         };
 89                                                    89 
 90                         mt6323_vcama_reg: ldo_     90                         mt6323_vcama_reg: ldo_vcama {
 91                                 regulator-name     91                                 regulator-name = "vcama";
 92                                 regulator-min-     92                                 regulator-min-microvolt = <1500000>;
 93                                 regulator-max-     93                                 regulator-max-microvolt = <2800000>;
 94                                 regulator-enab     94                                 regulator-enable-ramp-delay = <216>;
 95                         };                         95                         };
 96                                                    96 
 97                         mt6323_vio28_reg: ldo_     97                         mt6323_vio28_reg: ldo_vio28 {
 98                                 regulator-name     98                                 regulator-name = "vio28";
 99                                 regulator-min-     99                                 regulator-min-microvolt = <2800000>;
100                                 regulator-max-    100                                 regulator-max-microvolt = <2800000>;
101                                 regulator-enab    101                                 regulator-enable-ramp-delay = <216>;
102                                 regulator-alwa    102                                 regulator-always-on;
103                                 regulator-boot    103                                 regulator-boot-on;
104                         };                        104                         };
105                                                   105 
106                         mt6323_vusb_reg: ldo_v    106                         mt6323_vusb_reg: ldo_vusb {
107                                 regulator-name    107                                 regulator-name = "vusb";
108                                 regulator-min-    108                                 regulator-min-microvolt = <3300000>;
109                                 regulator-max-    109                                 regulator-max-microvolt = <3300000>;
110                                 regulator-enab    110                                 regulator-enable-ramp-delay = <216>;
111                                 regulator-boot    111                                 regulator-boot-on;
112                         };                        112                         };
113                                                   113 
114                         mt6323_vmc_reg: ldo_vm    114                         mt6323_vmc_reg: ldo_vmc {
115                                 regulator-name    115                                 regulator-name = "vmc";
116                                 regulator-min-    116                                 regulator-min-microvolt = <1800000>;
117                                 regulator-max-    117                                 regulator-max-microvolt = <3300000>;
118                                 regulator-enab    118                                 regulator-enable-ramp-delay = <36>;
119                                 regulator-boot    119                                 regulator-boot-on;
120                         };                        120                         };
121                                                   121 
122                         mt6323_vmch_reg: ldo_v    122                         mt6323_vmch_reg: ldo_vmch {
123                                 regulator-name    123                                 regulator-name = "vmch";
124                                 regulator-min-    124                                 regulator-min-microvolt = <3000000>;
125                                 regulator-max-    125                                 regulator-max-microvolt = <3300000>;
126                                 regulator-enab    126                                 regulator-enable-ramp-delay = <36>;
127                                 regulator-boot    127                                 regulator-boot-on;
128                         };                        128                         };
129                                                   129 
130                         mt6323_vemc3v3_reg: ld    130                         mt6323_vemc3v3_reg: ldo_vemc3v3 {
131                                 regulator-name    131                                 regulator-name = "vemc3v3";
132                                 regulator-min-    132                                 regulator-min-microvolt = <3000000>;
133                                 regulator-max-    133                                 regulator-max-microvolt = <3300000>;
134                                 regulator-enab    134                                 regulator-enable-ramp-delay = <36>;
135                                 regulator-boot    135                                 regulator-boot-on;
136                         };                        136                         };
137                                                   137 
138                         mt6323_vgp1_reg: ldo_v    138                         mt6323_vgp1_reg: ldo_vgp1 {
139                                 regulator-name    139                                 regulator-name = "vgp1";
140                                 regulator-min-    140                                 regulator-min-microvolt = <1200000>;
141                                 regulator-max-    141                                 regulator-max-microvolt = <3300000>;
142                                 regulator-enab    142                                 regulator-enable-ramp-delay = <216>;
143                         };                        143                         };
144                                                   144 
145                         mt6323_vgp2_reg: ldo_v    145                         mt6323_vgp2_reg: ldo_vgp2 {
146                                 regulator-name    146                                 regulator-name = "vgp2";
147                                 regulator-min-    147                                 regulator-min-microvolt = <1200000>;
148                                 regulator-max-    148                                 regulator-max-microvolt = <3000000>;
149                                 regulator-enab    149                                 regulator-enable-ramp-delay = <216>;
150                         };                        150                         };
151                                                   151 
152                         mt6323_vgp3_reg: ldo_v    152                         mt6323_vgp3_reg: ldo_vgp3 {
153                                 regulator-name    153                                 regulator-name = "vgp3";
154                                 regulator-min-    154                                 regulator-min-microvolt = <1200000>;
155                                 regulator-max-    155                                 regulator-max-microvolt = <1800000>;
156                                 regulator-enab    156                                 regulator-enable-ramp-delay = <216>;
157                         };                        157                         };
158                                                   158 
159                         mt6323_vcn18_reg: ldo_    159                         mt6323_vcn18_reg: ldo_vcn18 {
160                                 regulator-name    160                                 regulator-name = "vcn18";
161                                 regulator-min-    161                                 regulator-min-microvolt = <1800000>;
162                                 regulator-max-    162                                 regulator-max-microvolt = <1800000>;
163                                 regulator-enab    163                                 regulator-enable-ramp-delay = <216>;
164                         };                        164                         };
165                                                   165 
166                         mt6323_vsim1_reg: ldo_    166                         mt6323_vsim1_reg: ldo_vsim1 {
167                                 regulator-name    167                                 regulator-name = "vsim1";
168                                 regulator-min-    168                                 regulator-min-microvolt = <1800000>;
169                                 regulator-max-    169                                 regulator-max-microvolt = <3000000>;
170                                 regulator-enab    170                                 regulator-enable-ramp-delay = <216>;
171                         };                        171                         };
172                                                   172 
173                         mt6323_vsim2_reg: ldo_    173                         mt6323_vsim2_reg: ldo_vsim2 {
174                                 regulator-name    174                                 regulator-name = "vsim2";
175                                 regulator-min-    175                                 regulator-min-microvolt = <1800000>;
176                                 regulator-max-    176                                 regulator-max-microvolt = <3000000>;
177                                 regulator-enab    177                                 regulator-enable-ramp-delay = <216>;
178                         };                        178                         };
179                                                   179 
180                         mt6323_vrtc_reg: ldo_v    180                         mt6323_vrtc_reg: ldo_vrtc {
181                                 regulator-name    181                                 regulator-name = "vrtc";
182                                 regulator-min-    182                                 regulator-min-microvolt = <2800000>;
183                                 regulator-max-    183                                 regulator-max-microvolt = <2800000>;
184                                 regulator-alwa    184                                 regulator-always-on;
185                                 regulator-boot    185                                 regulator-boot-on;
186                         };                        186                         };
187                                                   187 
188                         mt6323_vcamaf_reg: ldo    188                         mt6323_vcamaf_reg: ldo_vcamaf {
189                                 regulator-name    189                                 regulator-name = "vcamaf";
190                                 regulator-min-    190                                 regulator-min-microvolt = <1200000>;
191                                 regulator-max-    191                                 regulator-max-microvolt = <3300000>;
192                                 regulator-enab    192                                 regulator-enable-ramp-delay = <216>;
193                         };                        193                         };
194                                                   194 
195                         mt6323_vibr_reg: ldo_v    195                         mt6323_vibr_reg: ldo_vibr {
196                                 regulator-name    196                                 regulator-name = "vibr";
197                                 regulator-min-    197                                 regulator-min-microvolt = <1200000>;
198                                 regulator-max-    198                                 regulator-max-microvolt = <3300000>;
199                                 regulator-enab    199                                 regulator-enable-ramp-delay = <36>;
200                         };                        200                         };
201                                                   201 
202                         mt6323_vrf18_reg: ldo_    202                         mt6323_vrf18_reg: ldo_vrf18 {
203                                 regulator-name    203                                 regulator-name = "vrf18";
204                                 regulator-min-    204                                 regulator-min-microvolt = <1825000>;
205                                 regulator-max-    205                                 regulator-max-microvolt = <1825000>;
206                                 regulator-enab    206                                 regulator-enable-ramp-delay = <187>;
207                         };                        207                         };
208                                                   208 
209                         mt6323_vm_reg: ldo_vm     209                         mt6323_vm_reg: ldo_vm {
210                                 regulator-name    210                                 regulator-name = "vm";
211                                 regulator-min-    211                                 regulator-min-microvolt = <1200000>;
212                                 regulator-max-    212                                 regulator-max-microvolt = <1800000>;
213                                 regulator-enab    213                                 regulator-enable-ramp-delay = <216>;
214                                 regulator-alwa    214                                 regulator-always-on;
215                                 regulator-boot    215                                 regulator-boot-on;
216                         };                        216                         };
217                                                   217 
218                         mt6323_vio18_reg: ldo_    218                         mt6323_vio18_reg: ldo_vio18 {
219                                 regulator-name    219                                 regulator-name = "vio18";
220                                 regulator-min-    220                                 regulator-min-microvolt = <1800000>;
221                                 regulator-max-    221                                 regulator-max-microvolt = <1800000>;
222                                 regulator-enab    222                                 regulator-enable-ramp-delay = <216>;
223                                 regulator-alwa    223                                 regulator-always-on;
224                                 regulator-boot    224                                 regulator-boot-on;
225                         };                        225                         };
226                                                   226 
227                         mt6323_vcamd_reg: ldo_    227                         mt6323_vcamd_reg: ldo_vcamd {
228                                 regulator-name    228                                 regulator-name = "vcamd";
229                                 regulator-min-    229                                 regulator-min-microvolt = <1200000>;
230                                 regulator-max-    230                                 regulator-max-microvolt = <1800000>;
231                                 regulator-enab    231                                 regulator-enable-ramp-delay = <216>;
232                         };                        232                         };
233                                                   233 
234                         mt6323_vcamio_reg: ldo    234                         mt6323_vcamio_reg: ldo_vcamio {
235                                 regulator-name    235                                 regulator-name = "vcamio";
236                                 regulator-min-    236                                 regulator-min-microvolt = <1800000>;
237                                 regulator-max-    237                                 regulator-max-microvolt = <1800000>;
238                                 regulator-enab    238                                 regulator-enable-ramp-delay = <216>;
239                         };                        239                         };
240                 };                                240                 };
241                                                   241 
242                 mt6323keys: mt6323keys {          242                 mt6323keys: mt6323keys {
243                         compatible = "mediatek    243                         compatible = "mediatek,mt6323-keys";
244                         mediatek,long-press-mo    244                         mediatek,long-press-mode = <1>;
245                         power-off-time-sec = <    245                         power-off-time-sec = <0>;
246                                                   246 
247                         power {                   247                         power {
248                                 linux,keycodes    248                                 linux,keycodes = <116>;
249                                 wakeup-source;    249                                 wakeup-source;
250                         };                        250                         };
251                                                   251 
252                         home {                    252                         home {
253                                 linux,keycodes    253                                 linux,keycodes = <114>;
254                         };                        254                         };
255                 };                                255                 };
256                                                   256 
257                 codec: mt6397codec {              257                 codec: mt6397codec {
258                         compatible = "mediatek    258                         compatible = "mediatek,mt6397-codec";
259                 };                                259                 };
260                                                   260 
261                 power-controller {                261                 power-controller {
262                         compatible = "mediatek    262                         compatible = "mediatek,mt6323-pwrc";
263                 };                                263                 };
264                                                   264 
265                 rtc {                             265                 rtc {
266                         compatible = "mediatek    266                         compatible = "mediatek,mt6323-rtc";
267                 };                                267                 };
268         };                                        268         };
269 };                                                269 };
                                                      

~ [ 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