mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	mx6: soc: Do not apply the PFD erratum for mx6solox
The PFD issue is not present on mx6solox, so skip it in this case. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
		
							parent
							
								
									6ed9c7bbba
								
							
						
					
					
						commit
						a3df99b50f
					
				@ -337,6 +337,10 @@ void s_init(void)
 | 
				
			|||||||
	u32 mask480;
 | 
						u32 mask480;
 | 
				
			||||||
	u32 mask528;
 | 
						u32 mask528;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (is_cpu_type(MXC_CPU_MX6SX))
 | 
				
			||||||
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Due to hardware limitation, on MX6Q we need to gate/ungate all PFDs
 | 
						/* Due to hardware limitation, on MX6Q we need to gate/ungate all PFDs
 | 
				
			||||||
	 * to make sure PFD is working right, otherwise, PFDs may
 | 
						 * to make sure PFD is working right, otherwise, PFDs may
 | 
				
			||||||
	 * not output clock after reset, MX6DL and MX6SL have added 396M pfd
 | 
						 * not output clock after reset, MX6DL and MX6SL have added 396M pfd
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user