]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:08:54 +0000 (14:08 +0200)
commit9d1169a340c4bbf034c7dc448e4f3dbe9c3393ff
tree5a94b1968ec5012dad19c7145d78da9e9880bd85
parent7ab118444fd8f178b2ae855cf035835f26345397
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