commit | 70438fc88eba86b77c6726b75dc9edb61c7c9ab2 | [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 | 1645106a57554489592ac861d07ea614c1465ff9 [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>