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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/display/bridge/ps8640.yaml

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/display/bridge/ps8640.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/display/bridge/ps8640.yaml (Version linux-5.6.19)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/display/bri    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: MIPI DSI to eDP Video Format Converter     
  8                                                   
  9 maintainers:                                      
 10   - Nicolas Boichat <drinkcat@chromium.org>        
 11                                                   
 12 description: |                                    
 13   The PS8640 is a low power MIPI-to-eDP video     
 14   mobile devices with embedded panel resolutio    
 15   device accepts a single channel of MIPI DSI     
 16   plus clock, at a transmission rate up to 1.5    
 17   device outputs eDP v1.4, one or two lanes, a    
 18   3.24Gbit/sec per lane.                          
 19                                                   
 20 properties:                                       
 21   compatible:                                     
 22     const: parade,ps8640                          
 23                                                   
 24   reg:                                            
 25     maxItems: 1                                   
 26     description: Base I2C address of the devic    
 27                                                   
 28   powerdown-gpios:                                
 29     maxItems: 1                                   
 30     description: GPIO connected to active low     
 31                                                   
 32   reset-gpios:                                    
 33     maxItems: 1                                   
 34     description: GPIO connected to active low     
 35                                                   
 36   vdd12-supply:                                   
 37     description: Regulator for 1.2V digital co    
 38                                                   
 39   vdd33-supply:                                   
 40     description: Regulator for 3.3V digital co    
 41                                                   
 42   aux-bus:                                        
 43     $ref: /schemas/display/dp-aux-bus.yaml#       
 44                                                   
 45   ports:                                          
 46     $ref: /schemas/graph.yaml#/properties/port    
 47                                                   
 48     properties:                                   
 49       port@0:                                     
 50         $ref: /schemas/graph.yaml#/properties/    
 51         description:                              
 52           Video port for DSI input                
 53                                                   
 54       port@1:                                     
 55         $ref: /schemas/graph.yaml#/properties/    
 56         description:                              
 57           Video port for eDP output (panel or     
 58                                                   
 59     required:                                     
 60       - port@0                                    
 61                                                   
 62 required:                                         
 63   - compatible                                    
 64   - reg                                           
 65   - powerdown-gpios                               
 66   - reset-gpios                                   
 67   - vdd12-supply                                  
 68   - vdd33-supply                                  
 69   - ports                                         
 70                                                   
 71 additionalProperties: false                       
 72                                                   
 73 examples:                                         
 74   - |                                             
 75     #include <dt-bindings/gpio/gpio.h>            
 76     i2c {                                         
 77         #address-cells = <1>;                     
 78         #size-cells = <0>;                        
 79                                                   
 80         ps8640: edp-bridge@18 {                   
 81             compatible = "parade,ps8640";         
 82             reg = <0x18>;                         
 83             powerdown-gpios = <&pio 116 GPIO_A    
 84             reset-gpios = <&pio 115 GPIO_ACTIV    
 85             vdd12-supply = <&ps8640_fixed_1v2>    
 86             vdd33-supply = <&mt6397_vgp2_reg>;    
 87                                                   
 88             ports {                               
 89                 #address-cells = <1>;             
 90                 #size-cells = <0>;                
 91                                                   
 92                 port@0 {                          
 93                     reg = <0>;                    
 94                     ps8640_in: endpoint {         
 95                         remote-endpoint = <&ds    
 96                     };                            
 97                 };                                
 98                                                   
 99                 port@1 {                          
100                     reg = <1>;                    
101                     ps8640_out: endpoint {        
102                         remote-endpoint = <&pa    
103                     };                            
104                 };                                
105             };                                    
106                                                   
107             aux-bus {                             
108                 panel {                           
109                     compatible = "boe,nv133fhm    
110                     power-supply = <&pp3300_dx    
111                     backlight = <&backlight>;     
112                                                   
113                     port {                        
114                         panel_in: endpoint {      
115                             remote-endpoint =     
116                         };                        
117                     };                            
118                 };                                
119             };                                    
120         };                                        
121     };                                            
                                                      

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