forked from mirrors/linux
		
	 e58c5e739d
			
		
	
	
		e58c5e739d
		
	
	
	
	
		
			
			Tinker Board and Tinker Board S share most of their components, so should also not replicate these for each variant. So move them to a shared dtsi that then can get included by both boards. Signed-off-by: David Summers <beagleboard@davidjohnsummers.uk> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | |
| /*
 | |
|  * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd.
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "rk3288-tinker.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Rockchip RK3288 Asus Tinker Board";
 | |
| 	compatible = "asus,rk3288-tinker", "rockchip,rk3288";
 | |
| };
 |