ARM: AM43xx: clocks: Add dpll and clock data
Add dpll and clock data for AM43xx
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c
index f5b9100..51b2576 100644
--- a/board/ti/am43xx/board.c
+++ b/board/ti/am43xx/board.c
@@ -10,6 +10,7 @@
#include <common.h>
#include <spl.h>
+#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/mux.h>
#include "board.h"
@@ -19,7 +20,7 @@
#ifdef CONFIG_SPL_BUILD
const struct dpll_params dpll_ddr = {
- 266, OSC-1, 1, -1, -1, -1, -1};
+ -1, -1, -1, -1, -1, -1, -1};
const struct dpll_params *get_dpll_ddr_params(void)
{