mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	Introduce imx6ull-colibri-u-boot.dtsi for u-boot specific properties to keep original imx6ull-colibri.dts in sync with Linux. Move all contents of imx6ull-colibri.dts to imx6ull-colibri.dtsi + additionally fix checkpatch warnings. Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			259 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | |
| /*
 | |
|  * Copyright 2018-2019 Toradex AG
 | |
|  */
 | |
| 
 | |
| #include "imx6ull-colibri.dtsi"
 | |
| #include "imx6ull-colibri-u-boot.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Toradex Colibri iMX6ULL";
 | |
| 	compatible = "toradex,colibri-imx6ull", "fsl,imx6ull";
 | |
| };
 |