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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/rockchip/rk3288-veyron-pinky.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/rockchip/rk3288-veyron-pinky.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/rockchip/rk3288-veyron-pinky.dts (Version linux-5.1.21)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Google Veyron Pinky Rev 2 board device tree    
  4  *                                                
  5  * Copyright 2015 Google, Inc                     
  6  */                                               
  7                                                   
  8 /dts-v1/;                                         
  9 #include "rk3288-veyron-chromebook.dtsi"          
 10 #include "../cros-ec-sbs.dtsi"                    
 11                                                   
 12 / {                                               
 13         model = "Google Pinky";                   
 14         compatible = "google,veyron-pinky-rev2    
 15                      "google,veyron", "rockchi    
 16                                                   
 17         /delete-node/backlight-regulator;         
 18         /delete-node/panel-regulator;             
 19         /delete-node/emmc-pwrseq;                 
 20         /delete-node/vcc18-lcd;                   
 21 };                                                
 22                                                   
 23 &backlight {                                      
 24         /delete-property/power-supply;            
 25 };                                                
 26                                                   
 27 &emmc {                                           
 28         /*                                        
 29          * Use a pullup instead of a drive sin    
 30          * really should be 1.8V (oops).  The     
 31          * bring the voltage down if we only d    
 32          * Therefore disable the powerseq (and    
 33          */                                       
 34         /delete-property/mmc-pwrseq;              
 35         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc    
 36 };                                                
 37                                                   
 38 &edp {                                            
 39         /delete-property/pinctrl-names;           
 40         /delete-property/pinctrl-0;               
 41                                                   
 42         force-hpd;                                
 43 };                                                
 44                                                   
 45 &lid_switch {                                     
 46         pinctrl-0 = <&pwr_key_h &ap_lid_int_l>    
 47                                                   
 48         key-power {                               
 49                 gpios = <&gpio0 RK_PA5 GPIO_AC    
 50         };                                        
 51 };                                                
 52                                                   
 53 /* Touchpad connector */                          
 54 &i2c3 {                                           
 55         status = "okay";                          
 56                                                   
 57         clock-frequency = <400000>;               
 58         i2c-scl-falling-time-ns = <50>;           
 59         i2c-scl-rising-time-ns = <300>;           
 60 };                                                
 61                                                   
 62 &panel {                                          
 63         power-supply = <&vcc33_lcd>;              
 64 };                                                
 65                                                   
 66 &pinctrl {                                        
 67         pinctrl-names = "default", "sleep";       
 68         pinctrl-0 = <                             
 69                 /* Common for sleep and wake,     
 70                 &ddr0_retention                   
 71                 &ddrio_pwroff                     
 72                 &global_pwroff                    
 73                                                   
 74                 /* Wake only */                   
 75                 &suspend_l_wake                   
 76                 &bt_dev_wake_awake                
 77         >;                                        
 78         pinctrl-1 = <                             
 79                 /* Common for sleep and wake,     
 80                 &ddr0_retention                   
 81                 &ddrio_pwroff                     
 82                 &global_pwroff                    
 83                                                   
 84                 /* Sleep only */                  
 85                 &suspend_l_sleep                  
 86                 &bt_dev_wake_sleep                
 87         >;                                        
 88                                                   
 89         /delete-node/ lcd;                        
 90                                                   
 91         backlight {                               
 92                 /delete-node/ bl_pwr_en;          
 93         };                                        
 94                                                   
 95         buttons {                                 
 96                 pwr_key_h: pwr-key-h {            
 97                         rockchip,pins = <0 RK_    
 98                 };                                
 99         };                                        
100                                                   
101         emmc {                                    
102                 emmc_reset: emmc-reset {          
103                         rockchip,pins = <7 RK_    
104                 };                                
105         };                                        
106                                                   
107         sdmmc {                                   
108                 sdmmc_wp_pin: sdmmc-wp-pin {      
109                         rockchip,pins = <7 RK_    
110                 };                                
111         };                                        
112 };                                                
113                                                   
114 &rk808 {                                          
115         regulators {                              
116                 vcc18_lcd: SWITCH_REG2 {          
117                         regulator-always-on;      
118                         regulator-boot-on;        
119                         regulator-name = "vcc1    
120                         regulator-state-mem {     
121                                 regulator-off-    
122                         };                        
123                 };                                
124         };                                        
125 };                                                
126                                                   
127 &sdmmc {                                          
128         pinctrl-names = "default";                
129         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sd    
130                      &sdmmc_wp_pin &sdmmc_bus4    
131         wp-gpios = <&gpio7 RK_PB2 GPIO_ACTIVE_    
132 };                                                
133                                                   
134 &tsadc {                                          
135         /* Some connection is flaky making the    
136         status = "disabled";                      
137 };                                                
                                                      

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