commit | 748cd0591a9fe9eb23f20748bcb23035cd5ff517 | [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 | 9fb23624a644d9a09f85fc1230b34829005c0021 [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>