mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-03 18:01:41 +01:00 
			
		
		
		
	Some boards cannot do voltage negotiation but need to set the VSELECT bit forcely to ensure it to work at 1.8V. This commit adds CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT flag for this use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
		
			
				
	
	
		
			7 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_SYS_FSL_ESDHC_LE means ESDHC IP is in little-endian mode.
 | 
						|
CONFIG_SYS_FSL_ESDHC_BE means ESDHC IP is in big-endian mode.
 | 
						|
CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT forces to run at 1.8V.
 | 
						|
 | 
						|
Accessing ESDHC registers can be determined by ESDHC IP's endian
 | 
						|
mode or processor's endian mode.
 |