forked from mirrors/linux
		
	dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock
Most of the clock related dt-binding header files are located in dt-bindings/clock folder. It would be good to keep all the similar header files at a single location. Suggested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
		
							parent
							
								
									e42617b825
								
							
						
					
					
						commit
						8e28918a85
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -43,7 +43,7 @@ Configuration of ATL instances: | |||
| 	- aws : Audio word select signal selection | ||||
| }; | ||||
| 
 | ||||
| For valid word select signals, see the dt-bindings/clk/ti-dra7-atl.h include | ||||
| For valid word select signals, see the dt-bindings/clock/ti-dra7-atl.h include | ||||
| file. | ||||
| 
 | ||||
| Examples: | ||||
|  | @ -83,7 +83,7 @@ atl: atl@4843c000 { | |||
| 	clock-names = "fck"; | ||||
| }; | ||||
| 
 | ||||
| #include <dt-bindings/clk/ti-dra7-atl.h> | ||||
| #include <dt-bindings/clock/ti-dra7-atl.h> | ||||
| 
 | ||||
| &atl { | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <dt-bindings/gpio/gpio.h> | ||||
| #include <dt-bindings/clk/ti-dra7-atl.h> | ||||
| #include <dt-bindings/clock/ti-dra7-atl.h> | ||||
| #include <dt-bindings/input/input.h> | ||||
| 
 | ||||
| / { | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ | |||
| 
 | ||||
| #include "dra72x.dtsi" | ||||
| #include <dt-bindings/gpio/gpio.h> | ||||
| #include <dt-bindings/clk/ti-dra7-atl.h> | ||||
| #include <dt-bindings/clock/ti-dra7-atl.h> | ||||
| 
 | ||||
| / { | ||||
| 	compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7"; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peter Ujfalusi
						Peter Ujfalusi