mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"
Upstream Linux kernel uses for mpc8548-based PCIe controllers compatible string "fsl,mpc8548-pcie". So change U-Boot fsl PCIe driver and all DTS files to use "fsl,mpc8548-pcie" instead of "fsl,pcie-mpc8548" to be compatible with Linux kernel. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
		
							parent
							
								
									e8c9148bc9
								
							
						
					
					
						commit
						95f8dfe8fb
					
				@ -27,7 +27,7 @@
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
&pcie {
 | 
			
		||||
	compatible = "fsl,pcie-mpc8548", "fsl,pcie-fsl-qoriq";
 | 
			
		||||
	compatible = "fsl,mpc8548-pcie", "fsl,pcie-fsl-qoriq";
 | 
			
		||||
	law_trgt_if = <2>;
 | 
			
		||||
	#address-cells = <3>;
 | 
			
		||||
	#size-cells = <2>;
 | 
			
		||||
 | 
			
		||||
@ -646,7 +646,7 @@ static struct fsl_pcie_data t2080_data = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct udevice_id fsl_pcie_ids[] = {
 | 
			
		||||
	{ .compatible = "fsl,pcie-mpc8548", .data = (ulong)&p1_p2_data },
 | 
			
		||||
	{ .compatible = "fsl,mpc8548-pcie", .data = (ulong)&p1_p2_data },
 | 
			
		||||
	{ .compatible = "fsl,pcie-p1_p2", .data = (ulong)&p1_p2_data },
 | 
			
		||||
	{ .compatible = "fsl,pcie-p2041", .data = (ulong)&p2041_data },
 | 
			
		||||
	{ .compatible = "fsl,pcie-p3041", .data = (ulong)&p2041_data },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user