commit | 44ea8515a6ccf7628628a924bd4f311f6e9d1dff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:46 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Feb 01 15:42:45 2013 -0500 |
tree | 17b2050dadcc11761f35f42e789995636abc6d40 | |
parent | cb7b31aaf9cbde25de0e843401cc3219193426a6 [diff] |
ppc: Move clock fields to arch_global_data Move vco_out, cpm_clk, scc_clk, brg_clk into arch_global_data and tidy up. Leave pci_clk on its own since this should really depend only on CONFIG_PCI and not any particular chip type. Signed-off-by: Simon Glass <sjg@chromium.org>