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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/power/supply/bq27xxx.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/power/supply/bq27xxx.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/power/supply/bq27xxx.yaml (Version linux-5.5.19)


  1 # SPDX-License-Identifier: GPL-2.0                
  2 # Copyright (C) 2020 Texas Instruments Incorpo    
  3 %YAML 1.2                                         
  4 ---                                               
  5 $id: http://devicetree.org/schemas/power/suppl    
  6 $schema: http://devicetree.org/meta-schemas/co    
  7                                                   
  8 title: TI BQ27XXX fuel gauge family               
  9                                                   
 10 maintainers:                                      
 11   - Pali Rohár <pali@kernel.org>                  
 12   - Andrew F. Davis <afd@ti.com>                   
 13   - Sebastian Reichel <sre@kernel.org>             
 14                                                   
 15 description: |                                    
 16   Support various Texas Instruments fuel gauge    
 17   register maps and power supply properties       
 18                                                   
 19 allOf:                                            
 20   - $ref: power-supply.yaml#                      
 21                                                   
 22 properties:                                       
 23   compatible:                                     
 24     enum:                                         
 25       - ti,bq27200                                
 26       - ti,bq27210                                
 27       - ti,bq27500 # deprecated, use revision     
 28       - ti,bq27510 # deprecated, use revision     
 29       - ti,bq27520 # deprecated, use revision     
 30       - ti,bq27500-1                              
 31       - ti,bq27510g1                              
 32       - ti,bq27510g2                              
 33       - ti,bq27510g3                              
 34       - ti,bq27520g1                              
 35       - ti,bq27520g2                              
 36       - ti,bq27520g3                              
 37       - ti,bq27520g4                              
 38       - ti,bq27521                                
 39       - ti,bq27530                                
 40       - ti,bq27531                                
 41       - ti,bq27541                                
 42       - ti,bq27542                                
 43       - ti,bq27546                                
 44       - ti,bq27742                                
 45       - ti,bq27545                                
 46       - ti,bq27411                                
 47       - ti,bq27421                                
 48       - ti,bq27425                                
 49       - ti,bq27426                                
 50       - ti,bq27441                                
 51       - ti,bq27621                                
 52       - ti,bq27z561                               
 53       - ti,bq28z610                               
 54       - ti,bq34z100                               
 55       - ti,bq78z100                               
 56                                                   
 57   reg:                                            
 58     maxItems: 1                                   
 59     description: integer, I2C address of the f    
 60                                                   
 61   monitored-battery:                              
 62     description: |                                
 63        The fuel gauge uses the following batte    
 64        - energy-full-design-microwatt-hours       
 65        - charge-full-design-microamp-hours        
 66        - voltage-min-design-microvolt             
 67        Both or neither of the *-full-design-*-    
 68                                                   
 69   power-supplies: true                            
 70                                                   
 71 required:                                         
 72   - compatible                                    
 73   - reg                                           
 74 additionalProperties: false                       
 75                                                   
 76 examples:                                         
 77   - |                                             
 78     bat: battery {                                
 79       compatible = "simple-battery";              
 80       voltage-min-design-microvolt = <3200000>    
 81       energy-full-design-microwatt-hours = <52    
 82       charge-full-design-microamp-hours = <143    
 83     };                                            
 84                                                   
 85     i2c {                                         
 86       #address-cells = <1>;                       
 87       #size-cells = <0>;                          
 88                                                   
 89       bq27510g3: fuel-gauge@55 {                  
 90         compatible = "ti,bq27510g3";              
 91         reg = <0x55>;                             
 92         monitored-battery = <&bat>;               
 93       };                                          
 94     };                                            
                                                      

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