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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/dialog,da7219.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/sound/dialog,da7219.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/sound/dialog,da7219.yaml (Version linux-6.2.16)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/sound/dialo    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Dialog Semiconductor DA7219 Audio Codec    
  8                                                   
  9 maintainers:                                      
 10   - David Rau <David.Rau.opensource@dm.renesas.    
 11                                                   
 12 description:                                      
 13   The DA7219 is an ultra low-power audio codec    
 14   in-built advanced accessory detection (AAD)     
 15   computing and accessory applications, which     
 16   sample rates up to 96 kHz at 24-bit resoluti    
 17                                                   
 18 properties:                                       
 19   compatible:                                     
 20     const: dlg,da7219                             
 21                                                   
 22   reg:                                            
 23     maxItems: 1                                   
 24                                                   
 25   interrupts:                                     
 26     maxItems: 1                                   
 27                                                   
 28   VDD-supply:                                     
 29     description:                                  
 30       VDD power supply for the device.            
 31                                                   
 32   VDDMIC-supply:                                  
 33     description:                                  
 34       VDDMIC power supply for the device.         
 35                                                   
 36   VDDIO-supply:                                   
 37     description:                                  
 38       VDDIO power supply for the device.          
 39                                                   
 40   interrupt-names:                                
 41     description:                                  
 42       Should be "wakeup" if interrupt is to be    
 43       otherwise "irq" should be used.             
 44     enum:                                         
 45       - wakeup                                    
 46       - irq                                       
 47                                                   
 48   wakeup-source:                                  
 49     type: boolean                                 
 50     description:                                  
 51       Flag to indicate this device can wake sy    
 52                                                   
 53   "#clock-cells":                                 
 54     const: 1                                      
 55                                                   
 56   clock-output-names:                             
 57     minItems: 2                                   
 58     maxItems: 2                                   
 59     description:                                  
 60       Name given for DAI WCLK and BCLK outputs    
 61                                                   
 62   clocks:                                         
 63     maxItems: 1                                   
 64     description:                                  
 65       phandle and clock specifier for codec MC    
 66                                                   
 67   clock-names:                                    
 68     const: mclk                                   
 69                                                   
 70   dlg,micbias-lvl:                                
 71     enum: [1600, 1800, 2000, 2200, 2400, 2600]    
 72     description:                                  
 73       Voltage (mV) for Mic Bias.                  
 74     $ref: /schemas/types.yaml#/definitions/uin    
 75                                                   
 76   dlg,mic-amp-in-sel:                             
 77     enum: [diff, se_p, se_n]                      
 78     description:                                  
 79       Mic input source type.                      
 80                                                   
 81       diff - Differential.                        
 82                                                   
 83       se_p - MIC_P.                               
 84       Positive differential analog microphone     
 85                                                   
 86       se_n - MIC_N.                               
 87       Negative differential analog microphone     
 88     $ref: /schemas/types.yaml#/definitions/str    
 89                                                   
 90   da7219_aad:                                     
 91     type: object                                  
 92     additionalProperties: false                   
 93     description:                                  
 94       Configuration of advanced accessory dete    
 95     properties:                                   
 96       dlg,micbias-pulse-lvl:                      
 97         enum: [2800, 2900]                        
 98         description:                              
 99           Mic bias higher voltage pulse level     
100         $ref: /schemas/types.yaml#/definitions    
101                                                   
102       dlg,micbias-pulse-time:                     
103         description:                              
104           Mic bias higher voltage pulse durati    
105         $ref: /schemas/types.yaml#/definitions    
106         minimum: 0                                
107                                                   
108       dlg,btn-cfg:                                
109         enum: [2, 5, 10, 50, 100, 200, 500]       
110         description:                              
111           Periodic button press measurements f    
112         $ref: /schemas/types.yaml#/definitions    
113                                                   
114       dlg,mic-det-thr:                            
115         enum: [200, 500, 750, 1000]               
116         description:                              
117           Impedance threshold for mic detectio    
118         $ref: /schemas/types.yaml#/definitions    
119                                                   
120       dlg,jack-ins-deb:                           
121         enum: [5, 10, 20, 50, 100, 200, 500, 1    
122         description:                              
123           Debounce time for jack insertion (ms    
124         $ref: /schemas/types.yaml#/definitions    
125                                                   
126       dlg,jack-ins-det-pty:                       
127         enum: [low, high]                         
128         description:                              
129           Polarity for jack insertion detectio    
130         $ref: /schemas/types.yaml#/definitions    
131                                                   
132       dlg,jack-det-rate:                          
133         enum: ["32_64", "64_128", "128_256", "    
134         description:                              
135           Jack type (3/4 pole) detection laten    
136         $ref: /schemas/types.yaml#/definitions    
137                                                   
138       dlg,jack-rem-deb:                           
139         enum: [1, 5, 10, 20]                      
140         description:                              
141           Debounce time for jack removal (ms).    
142         $ref: /schemas/types.yaml#/definitions    
143                                                   
144       dlg,a-d-btn-thr:                            
145         description:                              
146           Impedance threshold between buttons     
147         $ref: /schemas/types.yaml#/definitions    
148         minimum: 0                                
149         maximum: 255                              
150                                                   
151       dlg,d-b-btn-thr:                            
152         description:                              
153           Impedance threshold between buttons     
154         $ref: /schemas/types.yaml#/definitions    
155         minimum: 0                                
156         maximum: 255                              
157                                                   
158       dlg,b-c-btn-thr:                            
159         description:                              
160           Impedance threshold between buttons     
161         $ref: /schemas/types.yaml#/definitions    
162         minimum: 0                                
163         maximum: 255                              
164                                                   
165       dlg,c-mic-btn-thr:                          
166         description:                              
167           Impedance threshold between button C    
168         $ref: /schemas/types.yaml#/definitions    
169         minimum: 0                                
170         maximum: 255                              
171                                                   
172       dlg,btn-avg:                                
173         enum: [1, 2, 4, 8]                        
174         description:                              
175           Number of 8-bit readings for average    
176         $ref: /schemas/types.yaml#/definitions    
177                                                   
178       dlg,adc-1bit-rpt:                           
179         enum: [1, 2, 4, 8]                        
180         description:                              
181           Repeat count for 1-bit button measur    
182         $ref: /schemas/types.yaml#/definitions    
183                                                   
184 required:                                         
185   - compatible                                    
186   - reg                                           
187   - interrupts                                    
188   - VDD-supply                                    
189   - VDDMIC-supply                                 
190   - VDDIO-supply                                  
191                                                   
192 additionalProperties: false                       
193                                                   
194 examples:                                         
195   - |                                             
196     #include <dt-bindings/interrupt-controller    
197     i2c {                                         
198       #address-cells = <1>;                       
199       #size-cells = <0>;                          
200                                                   
201       codec: da7219@1a {                          
202           compatible = "dlg,da7219";              
203           reg = <0x1a>;                           
204                                                   
205           interrupt-parent = <&gpio6>;            
206           interrupts = <11 IRQ_TYPE_LEVEL_LOW>    
207                                                   
208           VDD-supply = <&vdd_reg>;                
209           VDDMIC-supply = <&vddmic_reg>;          
210           VDDIO-supply = <&vddio_reg>;            
211                                                   
212           #clock-cells = <1>;                     
213           clock-output-names = "da7219-dai-wcl    
214                                                   
215           clocks = <&clks 201>;                   
216           clock-names = "mclk";                   
217                                                   
218           dlg,micbias-lvl = <2600>;               
219           dlg,mic-amp-in-sel = "diff";            
220                                                   
221           da7219_aad {                            
222               dlg,btn-cfg = <50>;                 
223               dlg,mic-det-thr = <500>;            
224               dlg,jack-ins-deb = <20>;            
225               dlg,jack-ins-det-pty = "low";       
226               dlg,jack-det-rate = "32_64";        
227               dlg,jack-rem-deb = <1>;             
228                                                   
229               dlg,a-d-btn-thr = <0xa>;            
230               dlg,d-b-btn-thr = <0x16>;           
231               dlg,b-c-btn-thr = <0x21>;           
232               dlg,c-mic-btn-thr = <0x3E>;         
233                                                   
234               dlg,btn-avg = <4>;                  
235               dlg,adc-1bit-rpt = <1>;             
236           };                                      
237       };                                          
238     };                                            
                                                      

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