From 6902df56a0b493f369153b09d11afcd74a580561 Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Mon, 17 Oct 2005 02:39:53 +0200 Subject: Add PCI support for the TQM834x board. --- include/asm-ppc/global_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-ppc/global_data.h') diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index 9681a74b55..b73af96464 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -62,6 +62,7 @@ typedef struct global_data { u32 lbiu_clk; u32 lclk_clk; u32 ddr_clk; + u32 pci_clk; #endif #if defined(CONFIG_MPC5xxx) unsigned long ipb_clk; -- cgit