summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-05-27 14:19:30 +0200
committerWolfgang Denk <wd@denx.de>2008-06-03 21:49:32 +0200
commit9ef1cbef1a649e3779298b0e663be4865cbbbfbc (patch)
tree23f89ba651f48bf88c653796cb64f2c58d2f0515 /include/configs
parent8ec6e332eace0ee78c71ee5f645d12b06813b86f (diff)
downloadblackbird-obmc-uboot-9ef1cbef1a649e3779298b0e663be4865cbbbfbc.tar.gz
blackbird-obmc-uboot-9ef1cbef1a649e3779298b0e663be4865cbbbfbc.zip
Socrates: Fix PCI bus frequency report
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socrates.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 23ed87f338..6dc9effde4 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -227,7 +227,8 @@
*/
#define CFG_PCI_PHYS 0x80000000 /* 1G PCI TLB */
-
+/* PCI is clocked by the external source at 33 MHz */
+#define CONFIG_PCI_CLK_FREQ 33000000
#define CFG_PCI1_MEM_BASE 0x80000000
#define CFG_PCI1_MEM_PHYS CFG_PCI1_MEM_BASE
#define CFG_PCI1_MEM_SIZE 0x20000000 /* 512M */
OpenPOWER on IntegriCloud