mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ARM: imx: mach-imx6ul: add imx6ull support
imx6ull is derived SoC from imx6ul. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
		
							parent
							
								
									0d74a9c2eb
								
							
						
					
					
						commit
						75b832fea2
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -89,6 +89,7 @@ static void __init imx6ul_init_late(void)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const char * const imx6ul_dt_compat[] __initconst = {
 | 
					static const char * const imx6ul_dt_compat[] __initconst = {
 | 
				
			||||||
	"fsl,imx6ul",
 | 
						"fsl,imx6ul",
 | 
				
			||||||
 | 
						"fsl,imx6ull",
 | 
				
			||||||
	NULL,
 | 
						NULL,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue