mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3
The Olimex A20-SOM-EVB is an evaluation board for the Olimex A20-SOM system-on-module. The baseboard provides a full-size SD socket (connected to mmc3) in addition to the micro-SD socket on the SOM itself (which is connected to mmc0). Enable the mmc3 controller in the board defconfig. Signed-off-by: Karsten Merker <merker@debian.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
		
							parent
							
								
									a1ecb4b700
								
							
						
					
					
						commit
						2ec62022ed
					
				@ -3,6 +3,9 @@ CONFIG_ARCH_SUNXI=y
 | 
				
			|||||||
CONFIG_MACH_SUN7I=y
 | 
					CONFIG_MACH_SUN7I=y
 | 
				
			||||||
CONFIG_DRAM_CLK=480
 | 
					CONFIG_DRAM_CLK=480
 | 
				
			||||||
CONFIG_MMC0_CD_PIN="PH1"
 | 
					CONFIG_MMC0_CD_PIN="PH1"
 | 
				
			||||||
 | 
					CONFIG_MMC3_CD_PIN="PH0"
 | 
				
			||||||
 | 
					CONFIG_MMC3_PINS="PH"
 | 
				
			||||||
 | 
					CONFIG_MMC_SUNXI_SLOT_EXTRA=3
 | 
				
			||||||
CONFIG_USB0_VBUS_PIN="PB9"
 | 
					CONFIG_USB0_VBUS_PIN="PB9"
 | 
				
			||||||
CONFIG_USB0_VBUS_DET="PH5"
 | 
					CONFIG_USB0_VBUS_DET="PH5"
 | 
				
			||||||
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olimex-som-evb"
 | 
					CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olimex-som-evb"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user