summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/clock-k2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-keystone/clock-k2l.c')
-rw-r--r--arch/arm/mach-keystone/clock-k2l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/clock-k2l.c b/arch/arm/mach-keystone/clock-k2l.c
index 0bd0fd6..0004059 100644
--- a/arch/arm/mach-keystone/clock-k2l.c
+++ b/arch/arm/mach-keystone/clock-k2l.c
@@ -47,7 +47,7 @@ static unsigned long pll_freq_get(int pll)
reg = KS2_ARMPLLCTL0;
break;
case DDR3_PLL:
- ret = external_clk[ddr3_clk];
+ ret = external_clk[ddr3a_clk];
reg = KS2_DDR3APLLCTL0;
break;
default: