| 5643709e | 08-Feb-2013 |
Anatolij Gustschin <agust@denx.de> |
mpc512x: allow configuring board specific IPS divider
Boards may define own IPS divider in the config file if the default IPS divider doesn't fit their needs.
Signed-off-by: Anatolij Gustschin <agu
mpc512x: allow configuring board specific IPS divider
Boards may define own IPS divider in the config file if the default IPS divider doesn't fit their needs.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| 1c356135 | 13-Dec-2012 |
Simon Glass <sjg@chromium.org> |
ppc: Move mpc8220 clocks to arch_global_data
Move these fields into arch_global_data and tidy up. The bExtUart field does not appear to be used, so punt it.
Signed-off-by: Simon Glass <sjg@chromium
ppc: Move mpc8220 clocks to arch_global_data
Move these fields into arch_global_data and tidy up. The bExtUart field does not appear to be used, so punt it.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 748cd059 | 13-Dec-2012 |
Simon Glass <sjg@chromium.org> |
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
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>
show more ...
|
| 9fb23624 | 13-Dec-2012 |
Simon Glass <sjg@chromium.org> |
ppc: Remove extra pci_clk fields from global_data
PPC has several of these fields, selected by chip type, although only one is ever compiled in.
Instead, use a single field. It would be nice if thi
ppc: Remove extra pci_clk fields from global_data
PPC has several of these fields, selected by chip type, although only one is ever compiled in.
Instead, use a single field. It would be nice if this could be selected by CONFIG_PCI, but some chips (e.g. mpc5xxx) use pci_clk even when CONFIG_PCI is not enabled.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|