]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/ks2_evm/board_k2hk.c
ARM: keystone2: Cleanup PLL init code
[karo-tx-uboot.git] / board / ti / ks2_evm / board_k2hk.c
index ed181f44b8974a229b23b8fd838e02c304ebe94c..cb64934c24155488cbf699c13de05aea2c3f4347 100644 (file)
@@ -35,6 +35,10 @@ static struct pll_init_data core_pll_config[] = {
        CORE_PLL_1200,
 };
 
+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 tetris_pll_config[] = {
        TETRIS_PLL_800,
        TETRIS_PLL_1000,