mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
PPC: Add pci_clk in the global_data for CPM2 processors
This patch adds pci_clk field to the global_data structure for the processors which have CPM2 module in case the CONFIG_PCI is defined. Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
This commit is contained in:
parent
f0ff885ca6
commit
6361ad4b59
@ -51,6 +51,9 @@ typedef struct global_data {
|
|||||||
unsigned long cpm_clk;
|
unsigned long cpm_clk;
|
||||||
unsigned long scc_clk;
|
unsigned long scc_clk;
|
||||||
unsigned long brg_clk;
|
unsigned long brg_clk;
|
||||||
|
#ifdef CONFIG_PCI
|
||||||
|
unsigned long pci_clk;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
unsigned long mem_clk;
|
unsigned long mem_clk;
|
||||||
#if defined(CONFIG_MPC83XX)
|
#if defined(CONFIG_MPC83XX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user