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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-parade-ps8640.dtsi

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/arm64/boot/dts/qcom/sc7180-trogdor-parade-ps8640.dtsi (Architecture i386) and /arch/mips/boot/dts/qcom/sc7180-trogdor-parade-ps8640.dtsi (Architecture mips)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Google Trogdor dts fragment for the boards     
  4  *                                                
  5  * Copyright 2021 Google LLC.                     
  6  */                                               
  7                                                   
  8 #include <dt-bindings/gpio/gpio.h>                
  9                                                   
 10 / {                                               
 11         pp3300_brij_ps8640: pp3300-brij-ps8640    
 12                 compatible = "regulator-fixed"    
 13                 status = "okay";                  
 14                 regulator-name = "pp3300_brij_    
 15                                                   
 16                 regulator-min-microvolt = <330    
 17                 regulator-max-microvolt = <330    
 18                                                   
 19                 gpio = <&tlmm 32 GPIO_ACTIVE_H    
 20                 enable-active-high;               
 21                                                   
 22                 pinctrl-names = "default";        
 23                 pinctrl-0 = <&en_pp3300_edp_br    
 24                                                   
 25                 vin-supply = <&pp3300_a>;         
 26         };                                        
 27 };                                                
 28                                                   
 29 /*                                                
 30  * ADDITIONS TO FIXED REGULATORS DEFINED IN PA    
 31  *                                                
 32  * Sort order matches the order in the parent     
 33  */                                               
 34                                                   
 35 &pp3300_dx_edp {                                  
 36         off-on-delay-us = <500000>;               
 37                                                   
 38         /*                                        
 39          * It's nicer to start with this regul    
 40          * bootloader may have left it on and     
 41          * extra power cycle of the touchscree    
 42          * This should help speed bootup becau    
 43          */                                       
 44         regulator-boot-on;                        
 45 };                                                
 46                                                   
 47 /* ADDITIONS TO NODES DEFINED IN PARENT DEVICE    
 48                                                   
 49 edp_brij_i2c: &i2c2 {                             
 50         status = "okay";                          
 51         clock-frequency = <400000>;               
 52                                                   
 53         ps8640_bridge: bridge@8 {                 
 54                 compatible = "parade,ps8640";     
 55                 reg = <0x8>;                      
 56                                                   
 57                 powerdown-gpios = <&tlmm 104 G    
 58                 reset-gpios = <&tlmm 11 GPIO_A    
 59                                                   
 60                 pinctrl-names = "default";        
 61                 pinctrl-0 = <&edp_brij_en>, <&    
 62                                                   
 63                 vdd12-supply = <&pp1200_brij>;    
 64                 vdd33-supply = <&pp3300_brij_p    
 65                                                   
 66                 ports {                           
 67                         #address-cells = <1>;     
 68                         #size-cells = <0>;        
 69                                                   
 70                         port@0 {                  
 71                                 reg = <0>;        
 72                                 ps8640_in: end    
 73                                         remote    
 74                                 };                
 75                         };                        
 76                                                   
 77                         port@1 {                  
 78                                 reg = <1>;        
 79                                 ps8640_out: en    
 80                                         remote    
 81                                 };                
 82                         };                        
 83                 };                                
 84                                                   
 85                 aux-bus {                         
 86                         panel: panel {            
 87                                 /* Compatible     
 88                                 power-supply =    
 89                                 backlight = <&    
 90                                                   
 91                                 port {            
 92                                         panel_    
 93                                                   
 94                                         };        
 95                                 };                
 96                         };                        
 97                 };                                
 98         };                                        
 99 };                                                
100                                                   
101 &mdss_dsi0_out {                                  
102         remote-endpoint = <&ps8640_in>;           
103 };                                                
104                                                   
105 &tlmm {                                           
106         edp_brij_ps8640_rst: edp-brij-ps8640-r    
107                 pins = "gpio11";                  
108                 function = "gpio";                
109                 drive-strength = <2>;             
110                 bias-disable;                     
111         };                                        
112                                                   
113         en_pp3300_edp_brij_ps8640: en-pp3300-e    
114                 pins = "gpio32";                  
115                 function = "gpio";                
116                 drive-strength = <2>;             
117                 bias-disable;                     
118         };                                        
119 };                                                
                                                      

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