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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/gpu/img,powervr-sgx.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/gpu/img,powervr-sgx.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml (Version linux-4.13.16)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 # Copyright (c) 2023 Imagination Technologies     
  3 # Copyright (C) 2024 Texas Instruments Incorpo    
  4 %YAML 1.2                                         
  5 ---                                               
  6 $id: http://devicetree.org/schemas/gpu/img,pow    
  7 $schema: http://devicetree.org/meta-schemas/co    
  8                                                   
  9 title: Imagination Technologies PowerVR SGX GP    
 10                                                   
 11 maintainers:                                      
 12   - Frank Binns <frank.binns@imgtec.com>           
 13                                                   
 14 properties:                                       
 15   compatible:                                     
 16     oneOf:                                        
 17       - items:                                    
 18           - enum:                                 
 19               - ti,omap3430-gpu # Rev 121         
 20               - ti,omap3630-gpu # Rev 125         
 21           - const: img,powervr-sgx530             
 22       - items:                                    
 23           - enum:                                 
 24               - ingenic,jz4780-gpu # Rev 130      
 25               - ti,omap4430-gpu # Rev 120         
 26           - const: img,powervr-sgx540             
 27       - items:                                    
 28           - enum:                                 
 29               - allwinner,sun6i-a31-gpu # MP2     
 30               - ti,omap4470-gpu # MP1 Rev 112     
 31               - ti,omap5432-gpu # MP2 Rev 105     
 32               - ti,am5728-gpu # MP2 Rev 116       
 33               - ti,am6548-gpu # MP1 Rev 117       
 34           - const: img,powervr-sgx544             
 35                                                   
 36   reg:                                            
 37     maxItems: 1                                   
 38                                                   
 39   interrupts:                                     
 40     maxItems: 1                                   
 41                                                   
 42   clocks:                                         
 43     minItems: 1                                   
 44     maxItems: 3                                   
 45                                                   
 46   clock-names:                                    
 47     minItems: 1                                   
 48     items:                                        
 49       - const: core                               
 50       - const: mem                                
 51       - const: sys                                
 52                                                   
 53   power-domains:                                  
 54     maxItems: 1                                   
 55                                                   
 56 required:                                         
 57   - compatible                                    
 58   - reg                                           
 59   - interrupts                                    
 60                                                   
 61 allOf:                                            
 62   - if:                                           
 63       properties:                                 
 64         compatible:                               
 65           contains:                               
 66             const: ti,am6548-gpu                  
 67     then:                                         
 68       required:                                   
 69         - power-domains                           
 70     else:                                         
 71       properties:                                 
 72         power-domains: false                      
 73   - if:                                           
 74       properties:                                 
 75         compatible:                               
 76           contains:                               
 77             enum:                                 
 78               - allwinner,sun6i-a31-gpu           
 79               - ingenic,jz4780-gpu                
 80     then:                                         
 81       required:                                   
 82         - clocks                                  
 83         - clock-names                             
 84     else:                                         
 85       properties:                                 
 86         clocks: false                             
 87         clock-names: false                        
 88   - if:                                           
 89       properties:                                 
 90         compatible:                               
 91           contains:                               
 92             const: allwinner,sun6i-a31-gpu        
 93     then:                                         
 94       properties:                                 
 95         clocks:                                   
 96           minItems: 2                             
 97           maxItems: 2                             
 98         clock-names:                              
 99           minItems: 2                             
100           maxItems: 2                             
101   - if:                                           
102       properties:                                 
103         compatible:                               
104           contains:                               
105             const: ingenic,jz4780-gpu             
106     then:                                         
107       properties:                                 
108         clocks:                                   
109           maxItems: 1                             
110         clock-names:                              
111           maxItems: 1                             
112                                                   
113 additionalProperties: false                       
114                                                   
115 examples:                                         
116   - |                                             
117     #include <dt-bindings/interrupt-controller    
118     #include <dt-bindings/interrupt-controller    
119     #include <dt-bindings/soc/ti,sci_pm_domain    
120                                                   
121     gpu@7000000 {                                 
122         compatible = "ti,am6548-gpu", "img,pow    
123         reg = <0x7000000 0x10000>;                
124         interrupts = <GIC_SPI 162 IRQ_TYPE_LEV    
125         power-domains = <&k3_pds 65 TI_SCI_PD_    
126     };                                            
127                                                   
128   - |                                             
129     #include <dt-bindings/interrupt-controller    
130     #include <dt-bindings/interrupt-controller    
131                                                   
132     gpu: gpu@1c40000 {                            
133         compatible = "allwinner,sun6i-a31-gpu"    
134         reg = <0x01c40000 0x10000>;               
135         interrupts = <GIC_SPI 97 IRQ_TYPE_LEVE    
136         clocks = <&ccu 1>, <&ccu 2>;              
137         clock-names = "core", "mem";              
138     };                                            
                                                      

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