mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	zynq: Update CLK in bdinfo
ARM has specific clk entries which should be also setup. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									d6c9bbaad1
								
							
						
					
					
						commit
						96a5d4dc1e
					
				@ -161,6 +161,8 @@ static void init_ddr_clocks(void)
 | 
			
		||||
	clks[dci_clk].frequency = DIV_ROUND_CLOSEST(
 | 
			
		||||
			DIV_ROUND_CLOSEST(prate, div0), div1);
 | 
			
		||||
	clks[dci_clk].name = "dci";
 | 
			
		||||
 | 
			
		||||
	gd->bd->bi_ddr_freq = clks[ddr3x_clk].frequency / 1000000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void init_cpu_clocks(void)
 | 
			
		||||
@ -593,6 +595,9 @@ int set_cpu_clk_info(void)
 | 
			
		||||
	init_periph_clocks();
 | 
			
		||||
	init_aper_clocks();
 | 
			
		||||
 | 
			
		||||
	gd->bd->bi_arm_freq = gd->cpu_clk / 1000000;
 | 
			
		||||
	gd->bd->bi_dsp_freq = 0;
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user