commit | c321a2362463ce54ae73ef59bee4b620d9f26acf | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jul 28 14:16:43 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:52 2015 -0400 |
tree | 5345d954cc31eae318282f05a6c4ac88d10262fd | |
parent | aeabe652bbfd1ed11e0e0eebb46812afdb2e9401 [diff] |
ARM: keystone2: Cleanup PLL init code There are two types of PLL for all keystone platforms: Main PLL, Secondary PLL. Instead of duplicating the same definition for each secondary PLL, have a common function which does initialization for both PLLs. And also add proper register definitions. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>