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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/qcom/qcom-msm8974pro-htc-m8.dts

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/qcom/qcom-msm8974pro-htc-m8.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/qcom/qcom-msm8974pro-htc-m8.dts (Version linux-2.6.32.71)


  1 // SPDX-License-Identifier: GPL-2.0-only          
  2 #include "qcom-msm8974pro.dtsi"                   
  3 #include "pm8841.dtsi"                            
  4 #include "pm8941.dtsi"                            
  5 #include <dt-bindings/input/input.h>              
  6                                                   
  7 / {                                               
  8         model = "HTC One (M8)";                   
  9         compatible = "htc,m8", "qcom,msm8974pr    
 10         chassis-type = "handset";                 
 11                                                   
 12         aliases {                                 
 13                 mmc0 = &sdhc_1;                   
 14         };                                        
 15                                                   
 16         gpio-keys {                               
 17                 compatible = "gpio-keys";         
 18                                                   
 19                 pinctrl-0 = <&gpio_keys_defaul    
 20                 pinctrl-names = "default";        
 21                                                   
 22                 key-volume-down {                 
 23                         label = "volume_down";    
 24                         gpios = <&tlmm 27 GPIO    
 25                         linux,code = <KEY_VOLU    
 26                         debounce-interval = <2    
 27                         wakeup-source;            
 28                 };                                
 29                                                   
 30                 key-volume-up {                   
 31                         label = "volume_up";      
 32                         gpios = <&tlmm 28 GPIO    
 33                         linux,code = <KEY_VOLU    
 34                         debounce-interval = <2    
 35                         wakeup-source;            
 36                 };                                
 37         };                                        
 38                                                   
 39         vreg_boost: vreg-boost {                  
 40                 compatible = "regulator-fixed"    
 41                                                   
 42                 regulator-name = "vreg-boost";    
 43                 regulator-min-microvolt = <315    
 44                 regulator-max-microvolt = <315    
 45                                                   
 46                 regulator-always-on;              
 47                 regulator-boot-on;                
 48                                                   
 49                 gpio = <&pm8941_gpios 21 GPIO_    
 50                 enable-active-high;               
 51                                                   
 52                 pinctrl-0 = <&boost_bypass_n_p    
 53                 pinctrl-names = "default";        
 54         };                                        
 55                                                   
 56         vreg_vph_pwr: vreg-vph-pwr {              
 57                 compatible = "regulator-fixed"    
 58                 regulator-name = "vph-pwr";       
 59                                                   
 60                 regulator-min-microvolt = <360    
 61                 regulator-max-microvolt = <360    
 62                                                   
 63                 regulator-always-on;              
 64         };                                        
 65 };                                                
 66                                                   
 67 &pm8941_vib {                                     
 68         status = "okay";                          
 69 };                                                
 70                                                   
 71 &pronto {                                         
 72         vddmx-supply = <&pm8841_s1>;              
 73         vddcx-supply = <&pm8841_s2>;              
 74         vddpx-supply = <&pm8941_s3>;              
 75                                                   
 76         pinctrl-0 = <&wcnss_pin_a>;               
 77         pinctrl-names = "default";                
 78                                                   
 79         status = "okay";                          
 80                                                   
 81         iris {                                    
 82                 vddxo-supply = <&pm8941_l6>;      
 83                 vddrfa-supply = <&pm8941_l11>;    
 84                 vddpa-supply = <&pm8941_l19>;     
 85                 vdddig-supply = <&pm8941_s3>;     
 86         };                                        
 87                                                   
 88         smd-edge {                                
 89                 qcom,remote-pid = <4>;            
 90                 label = "pronto";                 
 91                                                   
 92                 wcnss {                           
 93                         status = "okay";          
 94                 };                                
 95         };                                        
 96 };                                                
 97                                                   
 98 &rpm_requests {                                   
 99         regulators-0 {                            
100                 compatible = "qcom,rpm-pm8841-    
101                                                   
102                 pm8841_s1: s1 {                   
103                         regulator-min-microvol    
104                         regulator-max-microvol    
105                 };                                
106                                                   
107                 pm8841_s2: s2 {                   
108                         regulator-min-microvol    
109                         regulator-max-microvol    
110                 };                                
111                                                   
112                 pm8841_s3: s3 {                   
113                         regulator-min-microvol    
114                         regulator-max-microvol    
115                 };                                
116                                                   
117                 pm8841_s4: s4 {                   
118                         regulator-min-microvol    
119                         regulator-max-microvol    
120                 };                                
121         };                                        
122                                                   
123         regulators-1 {                            
124                 compatible = "qcom,rpm-pm8941-    
125                                                   
126                 vdd_l1_l3-supply = <&pm8941_s1    
127                 vdd_l2_lvs1_2_3-supply = <&pm8    
128                 vdd_l4_l11-supply = <&pm8941_s    
129                 vdd_l5_l7-supply = <&pm8941_s2    
130                 vdd_l6_l12_l14_l15-supply = <&    
131                 vdd_l8_l16_l18_l19-supply = <&    
132                 vdd_l9_l10_l17_l22-supply = <&    
133                 vdd_l13_l20_l23_l24-supply = <    
134                 vdd_l21-supply = <&vreg_boost>    
135                                                   
136                 pm8941_s1: s1 {                   
137                         regulator-min-microvol    
138                         regulator-max-microvol    
139                         regulator-always-on;      
140                         regulator-boot-on;        
141                 };                                
142                                                   
143                 pm8941_s2: s2 {                   
144                         regulator-min-microvol    
145                         regulator-max-microvol    
146                         regulator-boot-on;        
147                 };                                
148                                                   
149                 pm8941_s3: s3 {                   
150                         regulator-min-microvol    
151                         regulator-max-microvol    
152                         regulator-always-on;      
153                         regulator-boot-on;        
154                 };                                
155                                                   
156                 pm8941_l1: l1 {                   
157                         regulator-min-microvol    
158                         regulator-max-microvol    
159                         regulator-always-on;      
160                         regulator-boot-on;        
161                 };                                
162                                                   
163                 pm8941_l2: l2 {                   
164                         regulator-min-microvol    
165                         regulator-max-microvol    
166                 };                                
167                                                   
168                 pm8941_l3: l3 {                   
169                         regulator-min-microvol    
170                         regulator-max-microvol    
171                 };                                
172                                                   
173                 pm8941_l4: l4 {                   
174                         regulator-min-microvol    
175                         regulator-max-microvol    
176                 };                                
177                                                   
178                 pm8941_l5: l5 {                   
179                         regulator-min-microvol    
180                         regulator-max-microvol    
181                 };                                
182                                                   
183                 pm8941_l6: l6 {                   
184                         regulator-min-microvol    
185                         regulator-max-microvol    
186                         regulator-boot-on;        
187                 };                                
188                                                   
189                 pm8941_l7: l7 {                   
190                         regulator-min-microvol    
191                         regulator-max-microvol    
192                         regulator-boot-on;        
193                 };                                
194                                                   
195                 pm8941_l8: l8 {                   
196                         regulator-min-microvol    
197                         regulator-max-microvol    
198                 };                                
199                                                   
200                 pm8941_l9: l9 {                   
201                         regulator-min-microvol    
202                         regulator-max-microvol    
203                 };                                
204                                                   
205                 pm8941_l10: l10 {                 
206                         regulator-min-microvol    
207                         regulator-max-microvol    
208                 };                                
209                                                   
210                 pm8941_l11: l11 {                 
211                         regulator-min-microvol    
212                         regulator-max-microvol    
213                 };                                
214                                                   
215                 pm8941_l12: l12 {                 
216                         regulator-min-microvol    
217                         regulator-max-microvol    
218                         regulator-always-on;      
219                         regulator-boot-on;        
220                 };                                
221                                                   
222                 pm8941_l13: l13 {                 
223                         regulator-min-microvol    
224                         regulator-max-microvol    
225                         regulator-boot-on;        
226                 };                                
227                                                   
228                 pm8941_l14: l14 {                 
229                         regulator-min-microvol    
230                         regulator-max-microvol    
231                 };                                
232                                                   
233                 pm8941_l15: l15 {                 
234                         regulator-min-microvol    
235                         regulator-max-microvol    
236                 };                                
237                                                   
238                 pm8941_l16: l16 {                 
239                         regulator-min-microvol    
240                         regulator-max-microvol    
241                 };                                
242                                                   
243                 pm8941_l17: l17 {                 
244                         regulator-min-microvol    
245                         regulator-max-microvol    
246                 };                                
247                                                   
248                 pm8941_l18: l18 {                 
249                         regulator-min-microvol    
250                         regulator-max-microvol    
251                 };                                
252                                                   
253                 pm8941_l19: l19 {                 
254                         regulator-min-microvol    
255                         regulator-max-microvol    
256                 };                                
257                                                   
258                 pm8941_l20: l20 {                 
259                         regulator-min-microvol    
260                         regulator-max-microvol    
261                         regulator-system-load     
262                         regulator-allow-set-lo    
263                         regulator-boot-on;        
264                 };                                
265                                                   
266                 pm8941_l21: l21 {                 
267                         regulator-min-microvol    
268                         regulator-max-microvol    
269                         regulator-boot-on;        
270                 };                                
271                                                   
272                 pm8941_l22: l22 {                 
273                         regulator-min-microvol    
274                         regulator-max-microvol    
275                 };                                
276                                                   
277                 pm8941_l23: l23 {                 
278                         regulator-min-microvol    
279                         regulator-max-microvol    
280                 };                                
281                                                   
282                 pm8941_l24: l24 {                 
283                         regulator-min-microvol    
284                         regulator-max-microvol    
285                         regulator-boot-on;        
286                 };                                
287         };                                        
288 };                                                
289                                                   
290 &sdhc_1 {                                         
291         vmmc-supply = <&pm8941_l20>;              
292         vqmmc-supply = <&pm8941_s3>;              
293                                                   
294         pinctrl-0 = <&sdc1_on>;                   
295         pinctrl-1 = <&sdc1_off>;                  
296         pinctrl-names = "default", "sleep";       
297                                                   
298         status = "okay";                          
299 };                                                
300                                                   
301 &smbb {                                           
302         status = "okay";                          
303 };                                                
304                                                   
305 &tlmm {                                           
306         gpio_keys_default: gpio-keys-default-s    
307                 pins = "gpio27", "gpio28";        
308                 function = "gpio";                
309                 bias-pull-up;                     
310         };                                        
311                                                   
312         sdc1_on: sdc1-on-state {                  
313                 clk-pins {                        
314                         pins = "sdc1_clk";        
315                         drive-strength = <10>;    
316                         bias-disable;             
317                 };                                
318                                                   
319                 cmd-data-pins {                   
320                         pins = "sdc1_cmd", "sd    
321                         drive-strength = <10>;    
322                         bias-pull-up;             
323                 };                                
324         };                                        
325                                                   
326         wcnss_pin_a: wcnss-pin-active-state {     
327                 pins = "gpio36", "gpio37", "gp    
328                 function = "wlan";                
329                 drive-strength = <6>;             
330                 bias-pull-down;                   
331         };                                        
332 };                                                
333                                                   
334 &usb {                                            
335         phys = <&usb_hs1_phy>;                    
336         phy-select = <&tcsr 0xb000 0>;            
337         extcon = <&smbb>, <&usb_id>;              
338         vbus-supply = <&chg_otg>;                 
339                                                   
340         hnp-disable;                              
341         srp-disable;                              
342         adp-disable;                              
343                                                   
344         status = "okay";                          
345 };                                                
346                                                   
347 &usb_hs1_phy {                                    
348         v1p8-supply = <&pm8941_l6>;               
349         v3p3-supply = <&pm8941_l24>;              
350         extcon = <&smbb>;                         
351         qcom,init-seq = /bits/ 8 <0x1 0x63>;      
352         status = "okay";                          
353 };                                                
                                                      

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