]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00140737 - ARM: imx50: Fix APLL relocking and remove APLL auto-disable
authorRobby Cai <R63905@freescale.com>
Wed, 13 Apr 2011 07:56:18 +0000 (15:56 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:45 +0000 (08:32 +0200)
commitf7800e36a5a9cadff7434c4442fec4a0311b72fd
tree5a94b1968ec5012dad19c7145d78da9e9880bd85
parentce3dea13e8929abbb9e094a673fcbce84012c177
ENGR00140737 - ARM: imx50: Fix APLL relocking and remove APLL auto-disable

- Removed setting of pfd_disable_mask bits in pfd enable/disable functions.
This feature, which automates the disabling of the APLL, was being used
incorrectly and is less clear than manually enabling/disabling PFD and
APLL clocks directly.
- Added wait for APLL relocking after APLL is enabled.

Signed-off-by: Danny Nold <dannynold@freescale.com>
(cherry picked from commit c7f452925bc245581fc0933d05ae69563d79ab28)
arch/arm/mach-mx5/clock_mx50.c