mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			39 lines
		
	
	
		
			347 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			347 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0
 | 
						|
/*
 | 
						|
 * Copyright (C) 2020 MediaTek Inc.
 | 
						|
 *
 | 
						|
 * Author: Weijie Gao <weijie.gao@mediatek.com>
 | 
						|
 */
 | 
						|
 | 
						|
&palmbus {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&reboot {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&clkctrl {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&rstctrl {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&pinctrl {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&uart0 {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&uart1 {
 | 
						|
	bootph-all;
 | 
						|
};
 | 
						|
 | 
						|
&uart2 {
 | 
						|
	bootph-all;
 | 
						|
};
 |