mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ARM: mvebu: link PCIe controllers to the MSI controller
This commit adjusts the Armada 370 and Armada XP PCIe controllers Device Tree informations to reference their MSI controller. In the case of this platform, the MSI controller is implemented by the MPIC. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Daniel Price <daniel.price@gmail.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
		
							parent
							
								
									86178f862d
								
							
						
					
					
						commit
						d4fa99417a
					
				
					 4 changed files with 4 additions and 0 deletions
				
			
		|  | @ -44,6 +44,7 @@ | |||
| 			#address-cells = <3>; | ||||
| 			#size-cells = <2>; | ||||
| 
 | ||||
| 			msi-parent = <&mpic>; | ||||
| 			bus-range = <0x00 0xff>; | ||||
| 
 | ||||
| 			ranges = | ||||
|  |  | |||
|  | @ -57,6 +57,7 @@ | |||
| 			#address-cells = <3>; | ||||
| 			#size-cells = <2>; | ||||
| 
 | ||||
| 			msi-parent = <&mpic>; | ||||
| 			bus-range = <0x00 0xff>; | ||||
| 
 | ||||
| 			ranges = | ||||
|  |  | |||
|  | @ -58,6 +58,7 @@ | |||
| 			#address-cells = <3>; | ||||
| 			#size-cells = <2>; | ||||
| 
 | ||||
| 			msi-parent = <&mpic>; | ||||
| 			bus-range = <0x00 0xff>; | ||||
| 
 | ||||
| 			ranges = | ||||
|  |  | |||
|  | @ -74,6 +74,7 @@ | |||
| 			#address-cells = <3>; | ||||
| 			#size-cells = <2>; | ||||
| 
 | ||||
| 			msi-parent = <&mpic>; | ||||
| 			bus-range = <0x00 0xff>; | ||||
| 
 | ||||
| 			ranges = | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Thomas Petazzoni
						Thomas Petazzoni