]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Move clock fields to arch_global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:48:46 +0000 (20:48 +0000)
committerTom Rini <trini@ti.com>
Fri, 1 Feb 2013 20:42:45 +0000 (15:42 -0500)
commit748cd0591a9fe9eb23f20748bcb23035cd5ff517
tree17b2050dadcc11761f35f42e789995636abc6d40
parent9fb23624a644d9a09f85fc1230b34829005c0021
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>
arch/powerpc/cpu/mpc8260/speed.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/include/asm/global_data.h
arch/powerpc/lib/board.c