mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Convert all x86 boards to use driver model tsc timer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			79 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			79 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/ {
 | 
						|
	tsc-timer {
 | 
						|
		compatible = "x86,tsc-timer";
 | 
						|
		u-boot,dm-pre-reloc;
 | 
						|
	};
 | 
						|
};
 |