mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	ARM: zynq: Comment interrupt names IRQs for pl330
pl330 DT yaml description doesn't define interrupt-names property that's why comment it but keep it as comment. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/8e5a921c16efe09030fda036340186c11dd990bf.1672908030.git.michal.simek@amd.com
This commit is contained in:
		
							parent
							
								
									89c3a5151c
								
							
						
					
					
						commit
						cfa39857de
					
				@ -373,8 +373,10 @@
 | 
			
		||||
			compatible = "arm,pl330", "arm,primecell";
 | 
			
		||||
			reg = <0xf8003000 0x1000>;
 | 
			
		||||
			interrupt-parent = <&intc>;
 | 
			
		||||
			interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
 | 
			
		||||
				"dma4", "dma5", "dma6", "dma7";
 | 
			
		||||
			/*
 | 
			
		||||
			 * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
 | 
			
		||||
			 * "dma4", "dma5", "dma6", "dma7";
 | 
			
		||||
			 */
 | 
			
		||||
			interrupts = <0 13 4>,
 | 
			
		||||
			             <0 14 4>, <0 15 4>,
 | 
			
		||||
			             <0 16 4>, <0 17 4>,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user