mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang <wills.wang@live.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier: GPL-2.0+
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_MACH_DDR_H
 | 
						|
#define __ASM_MACH_DDR_H
 | 
						|
 | 
						|
void ddr_init(void);
 | 
						|
void ddr_tap_tuning(void);
 | 
						|
 | 
						|
#endif /* __ASM_MACH_DDR_H */
 |