tera124: add two more clock setting values

These are going to be needed for graphics.

BUG=None
TEST=Builds, has no other impact
BRANCH=None

Change-Id: I4583c119cfa355e5fd83e1d52746fd28bf29c31d
Signed-off-by: Ronald G. Minnich <rminnich@google.com>
Reviewed-on: https://chromium-review.googlesource.com/173772
Commit-Queue: Ronald Minnich <rminnich@chromium.org>
Tested-by: Ronald Minnich <rminnich@chromium.org>
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Ronald G. Minnich 2013-10-19 16:43:23 -07:00 committed by chrome-internal-fetch
commit 7d79d7dd9f

View file

@ -157,6 +157,8 @@ enum {
/* soc-specific */
#define NVBL_PLLP_KHZ (408000)
#define NVBL_PLLC_KHZ (600000)
#define NVBL_PLLD_KHZ (925000)
void clock_uart_config(void);
void clock_cpu0_config_and_reset(void * entry);