mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 85xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. Signed-off-by: Gao Guanhua <B22826@freescale.com> Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
		
							parent
							
								
									14bdd93270
								
							
						
					
					
						commit
						20f02c3b76
					
				@ -153,7 +153,7 @@ int get_clocks (void)
 | 
			
		||||
#endif
 | 
			
		||||
	gd->i2c2_clk = gd->i2c1_clk;
 | 
			
		||||
 | 
			
		||||
#if defined(CONFIG_MPC8536)
 | 
			
		||||
#if defined(CONFIG_FSL_ESDHC)
 | 
			
		||||
	gd->sdhc_clk = gd->bus_clk / 2;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user