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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/ufs/ufs-common.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/ufs/ufs-common.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/ufs/ufs-common.yaml (Version linux-5.6.19)


  1 # SPDX-License-Identifier: GPL-2.0-only OR BSD    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/ufs/ufs-com    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Common properties for Universal Flash S    
  8                                                   
  9 maintainers:                                      
 10   - Alim Akhtar <alim.akhtar@samsung.com>          
 11   - Avri Altman <avri.altman@wdc.com>              
 12                                                   
 13 properties:                                       
 14   clocks: true                                    
 15                                                   
 16   clock-names: true                               
 17                                                   
 18   freq-table-hz:                                  
 19     items:                                        
 20       items:                                      
 21         - description: Minimum frequency for g    
 22         - description: Maximum frequency for g    
 23     deprecated: true                              
 24     description: |                                
 25       Preferred is operating-points-v2.           
 26                                                   
 27       Array of <min max> operating frequencies    
 28       as the clocks property. If either this p    
 29       not defined or a value in the array is "    
 30       frequency is set by the parent clock or     
 31                                                   
 32   operating-points-v2:                            
 33     description:                                  
 34       Preferred over freq-table-hz.               
 35       If present, each OPP must contain array     
 36       order for each clock.  If clock frequenc    
 37       assumed that the frequency is set by the    
 38       clock source.                               
 39                                                   
 40   opp-table:                                      
 41     type: object                                  
 42                                                   
 43   interrupts:                                     
 44     maxItems: 1                                   
 45                                                   
 46   lanes-per-direction:                            
 47     $ref: /schemas/types.yaml#/definitions/uin    
 48     enum: [1, 2]                                  
 49     default: 2                                    
 50     description:                                  
 51       Number of lanes available per direction.    
 52       number of lanes is used both directions     
 53                                                   
 54   vdd-hba-supply:                                 
 55     description:                                  
 56       Phandle to UFS host controller supply re    
 57                                                   
 58   vcc-supply:                                     
 59     description:                                  
 60       Phandle to VCC supply regulator node.       
 61                                                   
 62   vccq-supply:                                    
 63     description:                                  
 64       Phandle to VCCQ supply regulator node.      
 65                                                   
 66   vccq2-supply:                                   
 67     description:                                  
 68       Phandle to VCCQ2 supply regulator node.     
 69                                                   
 70   vcc-supply-1p8:                                 
 71     type: boolean                                 
 72     description:                                  
 73       For embedded UFS devices, valid VCC rang    
 74       boolean property when set, specifies to     
 75       1.7-1.95V. Note for external UFS cards t    
 76       VCC range is always 2.7-3.6V.               
 77                                                   
 78   vcc-max-microamp:                               
 79     description:                                  
 80       Specifies max. load that can be drawn fr    
 81                                                   
 82   vccq-max-microamp:                              
 83     description:                                  
 84       Specifies max. load that can be drawn fr    
 85                                                   
 86   vccq2-max-microamp:                             
 87     description:                                  
 88       Specifies max. load that can be drawn fr    
 89                                                   
 90   msi-parent: true                                
 91                                                   
 92 dependencies:                                     
 93   freq-table-hz: [ clocks ]                       
 94   operating-points-v2: [ clocks, clock-names ]    
 95                                                   
 96 required:                                         
 97   - interrupts                                    
 98                                                   
 99 allOf:                                            
100   - if:                                           
101       required:                                   
102         - freq-table-hz                           
103     then:                                         
104       properties:                                 
105         operating-points-v2: false                
106   - if:                                           
107       required:                                   
108         - operating-points-v2                     
109     then:                                         
110       properties:                                 
111         freq-table-hz: false                      
112                                                   
113 additionalProperties: true                        
                                                      

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