diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-07-28 14:16:43 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:52 -0400 |
commit | c321a2362463ce54ae73ef59bee4b620d9f26acf (patch) | |
tree | 5345d954cc31eae318282f05a6c4ac88d10262fd /arch/arm/mach-keystone/include/mach/clock-k2e.h | |
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>
Diffstat (limited to 'arch/arm/mach-keystone/include/mach/clock-k2e.h')
-rw-r--r-- | arch/arm/mach-keystone/include/mach/clock-k2e.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/include/mach/clock-k2e.h b/arch/arm/mach-keystone/include/mach/clock-k2e.h index d013b830ed..68e15ac9ac 100644 --- a/arch/arm/mach-keystone/include/mach/clock-k2e.h +++ b/arch/arm/mach-keystone/include/mach/clock-k2e.h @@ -55,6 +55,7 @@ enum pll_type_e { CORE_PLL, PASS_PLL, DDR3_PLL, + TETRIS_PLL, }; enum { |