mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	Armada A38x implements an SDHCI compatible SDIO controller. This patch enables the Marvell driver to support this SoC. And enables the SDIO controller if selected by the board configuration. Tested on Marvell DB-88F6820-GP board. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Luka Perkov <luka.perkov@sartura.hr>
		
			
				
	
	
		
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * SPDX-License-Identifier:      GPL-2.0+
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __MACH_MVEBU_GPIO_H
 | 
						|
#define __MACH_MVEBU_GPIO_H
 | 
						|
 | 
						|
/* Empty file - sdhci requires this. */
 | 
						|
 | 
						|
#endif
 |