mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	PCI: qcom-ep: Add support for SA8775P SOC
Add support for SA8775P SoC to the Qualcomm PCIe Endpoint Controller driver. Adding new compatible string as it has different set of clocks compared to other SoCs. Link: https://lore.kernel.org/linux-pci/1714492540-15419-3-git-send-email-quic_msarkar@quicinc.com Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
		
							parent
							
								
									9d3d5e75f3
								
							
						
					
					
						commit
						58d0d3e032
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -875,6 +875,7 @@ static void qcom_pcie_ep_remove(struct platform_device *pdev)
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
static const struct of_device_id qcom_pcie_ep_match[] = {
 | 
			
		||||
	{ .compatible = "qcom,sa8775p-pcie-ep", },
 | 
			
		||||
	{ .compatible = "qcom,sdx55-pcie-ep", },
 | 
			
		||||
	{ .compatible = "qcom,sm8450-pcie-ep", },
 | 
			
		||||
	{ }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue