]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/ks2_evm/board_k2e.c
ARM: keystone2: Cleanup PLL init code
[karo-tx-uboot.git] / board / ti / ks2_evm / board_k2e.c
index 43dfc48a53da2085f699450c698dd34af2d71163..98acc96e1c1b5f6045c687c5d340db27cf1634a8 100644 (file)
@@ -36,6 +36,10 @@ static struct pll_init_data core_pll_config[] = {
        CORE_PLL_1500,
 };
 
+s16 divn_val[16] = {
+       0, 0, 1, 4, 23, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+};
+
 static struct pll_init_data pa_pll_config =
        PASS_PLL_1000;