commit | b28774966c933780e891998b472528ba0724b8e0 | [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 | 7c80c6c51ab39b4509b4ca79035490eabab0af86 [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;