]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00162318: MX6: Donot power down PLL when PLL is disabled
authorRanjani Vaidyanathan <ra5478@freescale.com>
Tue, 15 Nov 2011 22:59:38 +0000 (16:59 -0600)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:03 +0000 (14:10 +0200)
commitc0843acca2b627adfa025fb12371515c30cc7038
tree21b9ae7c94a42adc76a8b13ae354135fd09bc755
parent853e9d91e67b385a9fd4c5e035ea9663f00168d0
ENGR00162318: MX6: Donot power down PLL when PLL is disabled

Relocking of PLL sometimes takes longer than 1msec when PLL is
enabled after a power down. The kernel panics if the PLL is not locked
in 1ms. Max time expected by HW is only 500us.
Workaround is to disable the output of the PLL and set it in bypass
mode when its output is not being used.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
arch/arm/mach-mx6/clock.c