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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/regulator/ltc3676.txt

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/regulator/ltc3676.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/regulator/ltc3676.txt (Version linux-4.4.302)


  1 Linear Technology LTC3676 8-output regulators     
  2                                                   
  3 Required properties:                              
  4 - compatible: "lltc,ltc3676"                      
  5 - reg: I2C slave address                          
  6                                                   
  7 Required child node:                              
  8 - regulators: Contains eight regulator child n    
  9   ldo1, ldo2, ldo3, and ldo4, specifying the i    
 10   documented in Documentation/devicetree/bindi    
 11                                                   
 12 Each regulator is defined using the standard b    
 13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and l    
 14 the resistor values of their external feedback    
 15                                                   
 16 Required properties (not on ldo3):                
 17 - lltc,fb-voltage-divider: An array of two int    
 18   values R1 and R2 of the feedback voltage div    
 19                                                   
 20 Regulators sw1, sw2, sw3, sw4 can regulate the    
 21 412.5mV to 800mV in 12.5 mV steps. The output     
 22 0.4125 * (1 + R1/R2) V and 0.8 * (1 + R1/R2) V    
 23                                                   
 24 Regulators ldo1, ldo2, and ldo4 have a fixed 0    
 25 0.725 * (1 + R1/R2) V. The ldo3 regulator is f    
 26 regulator can not be disabled and thus should     
 27 property set.                                     
 28                                                   
 29 Example:                                          
 30                                                   
 31         ltc3676: pmic@3c {                        
 32                 compatible = "lltc,ltc3676";      
 33                 reg = <0x3c>;                     
 34                                                   
 35                 regulators {                      
 36                         sw1_reg: sw1 {            
 37                                 regulator-min-    
 38                                 regulator-max-    
 39                                 lltc,fb-voltag    
 40                                 regulator-ramp    
 41                                 regulator-boot    
 42                                 regulator-alwa    
 43                         };                        
 44                                                   
 45                         sw2_reg: sw2 {            
 46                                 regulator-min-    
 47                                 regulator-max-    
 48                                 lltc,fb-voltag    
 49                                 regulator-ramp    
 50                                 regulator-boot    
 51                                 regulator-alwa    
 52                         };                        
 53                                                   
 54                         sw3_reg: sw3 {            
 55                                 regulator-min-    
 56                                 regulator-max-    
 57                                 lltc,fb-voltag    
 58                                 regulator-ramp    
 59                                 regulator-boot    
 60                                 regulator-alwa    
 61                         };                        
 62                                                   
 63                         sw4_reg: sw4 {            
 64                                 regulator-min-    
 65                                 regulator-max-    
 66                                 lltc,fb-voltag    
 67                                 regulator-ramp    
 68                                 regulator-boot    
 69                                 regulator-alwa    
 70                         };                        
 71                                                   
 72                         ldo2_reg: ldo2 {          
 73                                 regulator-min-    
 74                                 regulator-max-    
 75                                 lltc,fb-voltag    
 76                                 regulator-boot    
 77                                 regulator-alwa    
 78                         };                        
 79                                                   
 80                         ldo3_reg: ldo3 {          
 81                                 regulator-min-    
 82                                 regulator-max-    
 83                                 regulator-boot    
 84                         };                        
 85                                                   
 86                         ldo4_reg: ldo4 {          
 87                                 regulator-min-    
 88                                 regulator-max-    
 89                                 lltc,fb-voltag    
 90                                 regulator-boot    
 91                                 regulator-alwa    
 92                         };                        
 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