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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.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/mfd/rohm,bd71837-pmic.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml (Version linux-2.6.32.71)


  1 # SPDX-License-Identifier: GPL-2.0-only OR BSD    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/mfd/rohm,bd    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: ROHM BD71837 Power Management Integrate    
  8                                                   
  9 maintainers:                                      
 10   - Matti Vaittinen <mazziesaccount@gmail.com>     
 11                                                   
 12 description: |                                    
 13   BD71837MWV is programmable Power Management     
 14   dual-core, and quad-core SoCs such as NXP-i.    
 15   BOM cost and compact solution footprint. BD7    
 16   regulators and 7 LDOs.                          
 17   Datasheet for BD71837 is available at           
 18   https://www.rohm.com/products/power-manageme    
 19                                                   
 20 properties:                                       
 21   compatible:                                     
 22     const: rohm,bd71837                           
 23                                                   
 24   reg:                                            
 25     description:                                  
 26       I2C slave address.                          
 27     maxItems: 1                                   
 28                                                   
 29   interrupts:                                     
 30     maxItems: 1                                   
 31                                                   
 32   clocks:                                         
 33     maxItems: 1                                   
 34                                                   
 35   clock-names:                                    
 36     const: osc                                    
 37                                                   
 38   "#clock-cells":                                 
 39     const: 0                                      
 40                                                   
 41   clock-output-names:                             
 42     const: pmic_clk                               
 43                                                   
 44 # The BD718x7 supports two different HW states    
 45 # are called as SNVS and READY. At READY state    
 46 # down and OTP is reload. At the SNVS state al    
 47 # devices apart from the SNVS power domain are    
 48 # i.MX8 documentation for further information     
 49 # reset is done via SNVS state the PMIC OTP da    
 50 # power outputs that have been under SW contro    
 51 # switched power state to SNVS. If reset is do    
 52 # outputs will be returned to HW control by OT    
 53 # target state is set to READY by default. If     
 54 # crucial regulators must have the regulator-a    
 55 # properties set in regulator node.               
 56                                                   
 57   rohm,reset-snvs-powered:                        
 58     description: |                                
 59       Transfer PMIC to SNVS state at reset        
 60     type: boolean                                 
 61                                                   
 62 # Configure the "short press" and "long press"    
 63 # Values are rounded to what hardware supports    
 64 # Short-press:                                    
 65 #   Shortest being 10ms, next 500ms and then m    
 66 # Long-press:                                     
 67 #   Shortest being 10ms, next 1000ms and then     
 68 # If these properties are not present the exis    
 69 # bootloader or OTP) is not touched.              
 70                                                   
 71   rohm,short-press-ms:                            
 72     description:                                  
 73       Short press duration in milliseconds        
 74     enum:                                         
 75       - 10                                        
 76       - 500                                       
 77       - 1000                                      
 78       - 1500                                      
 79       - 2000                                      
 80       - 2500                                      
 81       - 3000                                      
 82       - 3500                                      
 83       - 4000                                      
 84       - 4500                                      
 85       - 5000                                      
 86       - 5500                                      
 87       - 6000                                      
 88       - 6500                                      
 89       - 7000                                      
 90                                                   
 91   rohm,long-press-ms:                             
 92     description:                                  
 93       Long press duration in milliseconds         
 94     enum:                                         
 95       - 10                                        
 96       - 1000                                      
 97       - 2000                                      
 98       - 3000                                      
 99       - 4000                                      
100       - 5000                                      
101       - 6000                                      
102       - 7000                                      
103       - 8000                                      
104       - 9000                                      
105       - 10000                                     
106       - 11000                                     
107       - 12000                                     
108       - 13000                                     
109       - 14000                                     
110                                                   
111   regulators:                                     
112     $ref: /schemas/regulator/rohm,bd71837-regu    
113     description:                                  
114       List of child nodes that specify the reg    
115                                                   
116 required:                                         
117   - compatible                                    
118   - reg                                           
119   - interrupts                                    
120   - clocks                                        
121   - "#clock-cells"                                
122   - regulators                                    
123                                                   
124 additionalProperties: false                       
125                                                   
126 examples:                                         
127   - |                                             
128     #include <dt-bindings/interrupt-controller    
129     #include <dt-bindings/leds/common.h>          
130                                                   
131     i2c {                                         
132         #address-cells = <1>;                     
133         #size-cells = <0>;                        
134         pmic: pmic@4b {                           
135             compatible = "rohm,bd71837";          
136             reg = <0x4b>;                         
137             interrupt-parent = <&gpio1>;          
138             interrupts = <29 IRQ_TYPE_LEVEL_LO    
139             #clock-cells = <0>;                   
140             clocks = <&osc 0>;                    
141             rohm,reset-snvs-powered;              
142             rohm,short-press-ms = <10>;           
143             rohm,long-press-ms = <2000>;          
144                                                   
145             regulators {                          
146                 buck1: BUCK1 {                    
147                     regulator-name = "buck1";     
148                     regulator-min-microvolt =     
149                     regulator-max-microvolt =     
150                     regulator-boot-on;            
151                     regulator-always-on;          
152                     regulator-ramp-delay = <12    
153                     rohm,dvs-run-voltage = <90    
154                     rohm,dvs-idle-voltage = <8    
155                     rohm,dvs-suspend-voltage =    
156                 };                                
157                 buck2: BUCK2 {                    
158                     regulator-name = "buck2";     
159                     regulator-min-microvolt =     
160                     regulator-max-microvolt =     
161                     regulator-boot-on;            
162                     regulator-always-on;          
163                     regulator-ramp-delay = <12    
164                     rohm,dvs-run-voltage = <10    
165                     rohm,dvs-idle-voltage = <9    
166                 };                                
167                 buck3: BUCK3 {                    
168                     regulator-name = "buck3";     
169                     regulator-min-microvolt =     
170                     regulator-max-microvolt =     
171                     regulator-boot-on;            
172                     rohm,dvs-run-voltage = <10    
173                 };                                
174                 buck4: BUCK4 {                    
175                     regulator-name = "buck4";     
176                     regulator-min-microvolt =     
177                     regulator-max-microvolt =     
178                     regulator-boot-on;            
179                     rohm,dvs-run-voltage = <10    
180                 };                                
181                 buck5: BUCK5 {                    
182                     regulator-name = "buck5";     
183                     regulator-min-microvolt =     
184                     regulator-max-microvolt =     
185                     regulator-boot-on;            
186                 };                                
187                 buck6: BUCK6 {                    
188                     regulator-name = "buck6";     
189                     regulator-min-microvolt =     
190                     regulator-max-microvolt =     
191                     regulator-boot-on;            
192                 };                                
193                 buck7: BUCK7 {                    
194                     regulator-name = "buck7";     
195                     regulator-min-microvolt =     
196                     regulator-max-microvolt =     
197                     regulator-boot-on;            
198                 };                                
199                 buck8: BUCK8 {                    
200                     regulator-name = "buck8";     
201                     regulator-min-microvolt =     
202                     regulator-max-microvolt =     
203                 };                                
204                                                   
205                 ldo1: LDO1 {                      
206                     regulator-name = "ldo1";      
207                     regulator-min-microvolt =     
208                     regulator-max-microvolt =     
209                     regulator-boot-on;            
210                 };                                
211                 ldo2: LDO2 {                      
212                     regulator-name = "ldo2";      
213                     regulator-min-microvolt =     
214                     regulator-max-microvolt =     
215                     regulator-boot-on;            
216                 };                                
217                 ldo3: LDO3 {                      
218                     regulator-name = "ldo3";      
219                     regulator-min-microvolt =     
220                     regulator-max-microvolt =     
221                 };                                
222                 ldo4: LDO4 {                      
223                     regulator-name = "ldo4";      
224                     regulator-min-microvolt =     
225                     regulator-max-microvolt =     
226                 };                                
227                 ldo5: LDO5 {                      
228                     regulator-name = "ldo5";      
229                     regulator-min-microvolt =     
230                     regulator-max-microvolt =     
231                 };                                
232                 ldo6: LDO6 {                      
233                     regulator-name = "ldo6";      
234                     regulator-min-microvolt =     
235                     regulator-max-microvolt =     
236                 };                                
237                 ldo7_reg: LDO7 {                  
238                     regulator-name = "ldo7";      
239                     regulator-min-microvolt =     
240                     regulator-max-microvolt =     
241                 };                                
242             };                                    
243         };                                        
244     };                                            
                                                      

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