]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-keystone/clock-k2e.c
ARM: keystone2: Remove unsed external clocks
[karo-tx-uboot.git] / arch / arm / mach-keystone / clock-k2e.c
index b23d2a561edd9c60b6d8ae9f235109c04ed3eb30..7d163a4b1ab99c193f82236ff1faafd850d4d7fe 100644 (file)
@@ -43,7 +43,7 @@ static unsigned long pll_freq_get(int pll)
                        reg = KS2_PASSPLLCTL0;
                        break;
                case DDR3_PLL:
-                       ret = external_clk[ddr3_clk];
+                       ret = external_clk[ddr3a_clk];
                        reg = KS2_DDR3APLLCTL0;
                        break;
                default: