mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-25 01:58:13 +01:00 
			
		
		
		
	I implemented a GPIO driver based on Driver Model for the UniPhier SoC family, but I could not find any good reason why such SoC specific GPIO headers are needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			5 lines
		
	
	
		
			93 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			93 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef CONFIG_ARCH_UNIPHIER
 | |
| #include <asm/arch/gpio.h>
 | |
| #endif
 | |
| #include <asm-generic/gpio.h>
 |