mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	ARM: sun6i: Sort the NMI node by physical address
The DT are supposed to be ordered by physical address. Move the NMI node where it belongs. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
		
							parent
							
								
									d1412aed95
								
							
						
					
					
						commit
						28240d27d6
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		|  | @ -237,14 +237,6 @@ | |||
| 		#size-cells = <1>; | ||||
| 		ranges; | ||||
| 
 | ||||
| 		nmi_intc: interrupt-controller@01f00c0c { | ||||
| 			compatible = "allwinner,sun6i-a31-sc-nmi"; | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <2>; | ||||
| 			reg = <0x01f00c0c 0x38>; | ||||
| 			interrupts = <0 32 4>; | ||||
| 		}; | ||||
| 
 | ||||
| 		pio: pinctrl@01c20800 { | ||||
| 			compatible = "allwinner,sun6i-a31-pinctrl"; | ||||
| 			reg = <0x01c20800 0x400>; | ||||
|  | @ -479,6 +471,14 @@ | |||
| 			interrupts = <1 9 0xf04>; | ||||
| 		}; | ||||
| 
 | ||||
| 		nmi_intc: interrupt-controller@01f00c0c { | ||||
| 			compatible = "allwinner,sun6i-a31-sc-nmi"; | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <2>; | ||||
| 			reg = <0x01f00c0c 0x38>; | ||||
| 			interrupts = <0 32 4>; | ||||
| 		}; | ||||
| 
 | ||||
| 		prcm@01f01400 { | ||||
| 			compatible = "allwinner,sun6i-a31-prcm"; | ||||
| 			reg = <0x01f01400 0x200>; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Maxime Ripard
						Maxime Ripard