mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Add devicetree binding documentation for GPI DMA controller implemented on Qualcomm SoCs Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201109085450.24843-2-vkoul@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
 | 
						|
/* Copyright (c) 2020, Linaro Ltd.  */
 | 
						|
 | 
						|
#ifndef __DT_BINDINGS_DMA_QCOM_GPI_H__
 | 
						|
#define __DT_BINDINGS_DMA_QCOM_GPI_H__
 | 
						|
 | 
						|
#define QCOM_GPI_SPI		1
 | 
						|
#define QCOM_GPI_UART		2
 | 
						|
#define QCOM_GPI_I2C		3
 | 
						|
 | 
						|
#endif /* __DT_BINDINGS_DMA_QCOM_GPI_H__ */
 |