From f3058363cfecb5363f6795359324ae0a87fd6964 Mon Sep 17 00:00:00 2001 From: Sebastien Jan Date: Tue, 5 Oct 2010 16:38:23 +0200 Subject: [PATCH] x-loader: correct per dpll post-dividers for panda Reverting per dpll post-divider changes done as workaround for 6-layer pandaboard. This is causing issues with display. Signed-off-by: Sebastien Jan --- board/omap4430panda/clock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c index cb66b34..0fb388c 100644 --- a/board/omap4430panda/clock.c +++ b/board/omap4430panda/clock.c @@ -180,7 +180,7 @@ struct dpll_param per_dpll_param[7] = { /* SDC settings */ {0x0a, 0x00, 0x04, 0x03, 0x06, 0x05, 0x02, 0x03}, #endif - {0x14, 0x00, 0x08, 0x04, 0x0c, 0x02, 0x04, 0x05}, + {0x14, 0x00, 0x08, 0x06, 0x0c, 0x09, 0x04, 0x05}, }; /* ABE parameters */ -- 1.7.0.4