mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	dmaengine: qcom: gpi: Add SM8250 compatible
SM8250 seems to work just fine, so add a shiny new compatible for it. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210614235358.444834-2-konrad.dybcio@somainline.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
		
							parent
							
								
									14f259c8be
								
							
						
					
					
						commit
						23e51f110f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2282,6 +2282,7 @@ static int gpi_probe(struct platform_device *pdev)
 | 
			
		|||
static const struct of_device_id gpi_of_match[] = {
 | 
			
		||||
	{ .compatible = "qcom,sdm845-gpi-dma" },
 | 
			
		||||
	{ .compatible = "qcom,sm8150-gpi-dma" },
 | 
			
		||||
	{ .compatible = "qcom,sm8250-gpi-dma" },
 | 
			
		||||
	{ },
 | 
			
		||||
};
 | 
			
		||||
MODULE_DEVICE_TABLE(of, gpi_of_match);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue