ARM: keystone2: spl: add K2E SoC support
Keystone2 K2E SoC has slightly different spl pll settings then K2HK, so correct this. Acked-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
This commit is contained in:
		
							parent
							
								
									7c38764606
								
							
						
					
					
						commit
						1284246eb9
					
				| 
						 | 
					@ -18,10 +18,18 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DECLARE_GLOBAL_DATA_PTR;
 | 
					DECLARE_GLOBAL_DATA_PTR;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef CONFIG_K2HK_EVM
 | 
				
			||||||
static struct pll_init_data spl_pll_config[] = {
 | 
					static struct pll_init_data spl_pll_config[] = {
 | 
				
			||||||
	CORE_PLL_799,
 | 
						CORE_PLL_799,
 | 
				
			||||||
	TETRIS_PLL_500,
 | 
						TETRIS_PLL_500,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef CONFIG_K2E_EVM
 | 
				
			||||||
 | 
					static struct pll_init_data spl_pll_config[] = {
 | 
				
			||||||
 | 
						CORE_PLL_800,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void spl_init_keystone_plls(void)
 | 
					void spl_init_keystone_plls(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue