forked from mirrors/linux
		
	arm/versatile: Fix versatile irq specifications.
Two of the versatile irq definitions are incorrect, mostly because two devices have connections to more than one interrupt controller. Fix them by using the new interrupts-extended property to fan out without using an awful interrupt-map nexus node. Signed-off-by: Grant Likely <grant.likely@linaro.org>
This commit is contained in:
		
							parent
							
								
									79d9701559
								
							
						
					
					
						commit
						0976c946a6
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -185,7 +185,7 @@ aaci@4000 {
 | 
			
		|||
			mmc@5000 {
 | 
			
		||||
				compatible = "arm,primecell";
 | 
			
		||||
				reg = < 0x5000 0x1000>;
 | 
			
		||||
				interrupts = <22 34>;
 | 
			
		||||
				interrupts-extended = <&vic 22 &sic 2>;
 | 
			
		||||
			};
 | 
			
		||||
			kmi@6000 {
 | 
			
		||||
				compatible = "arm,pl050", "arm,primecell";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,7 +41,7 @@ sci@a000 {
 | 
			
		|||
			mmc@b000 {
 | 
			
		||||
				compatible = "arm,primecell";
 | 
			
		||||
				reg = <0xb000 0x1000>;
 | 
			
		||||
				interrupts = <23 34>;
 | 
			
		||||
				interrupts-extended = <&vic 23 &sic 2>;
 | 
			
		||||
			};
 | 
			
		||||
		};
 | 
			
		||||
	};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue