Skip to content
Snippets Groups Projects
Commit a3df99b5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 6ed9c7bb
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,10 @@ void s_init(void)
u32 mask480;
u32 mask528;
if (is_cpu_type(MXC_CPU_MX6SX))
return;
/* Due to hardware limitation, on MX6Q we need to gate/ungate all PFDs
* to make sure PFD is working right, otherwise, PFDs may
* not output clock after reset, MX6DL and MX6SL have added 396M pfd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment