mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	The current pinmux handling has spread throughout Blackfin drivers and board code and is getting hideous to maintain. So import the gpio and portmux layer from the Blackfin Linux code. This should spur a serious of cleanups across the Blackfin tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
		
			
				
	
	
		
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "gpio.h"
 | |
| #include "portmux.h"
 | |
| #include "ports.h"
 | |
| 
 | |
| #define BF537_FAMILY 1	/* Linux glue */
 |