commit | 4f8c5f0de07efe3e206d9fc2e2e0716793f4b2db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:53 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 04 09:05:43 2013 -0500 |
tree | d76b6cc026872c19add8d85f555e22fa414be2b9 | |
parent | 0b4665810d4bcb37381dff2f31023e54b20a8b58 [diff] [blame] |
ppc: Move mpc5xxx clocks to arch_global_data Move ipb_clk and pci_clk into arch_global_data and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/input/ps2ser.c b/drivers/input/ps2ser.c index a655a16..bcbe52a 100644 --- a/drivers/input/ps2ser.c +++ b/drivers/input/ps2ser.c
@@ -80,7 +80,7 @@ /* select clock sources */ psc->psc_clock_select = 0; - baseclk = (gd->ipb_clk + 16) / 32; + baseclk = (gd->arch.ipb_clk + 16) / 32; /* switch to UART mode */ psc->sicr = 0;