summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorSergei Poselenov <sposelenov@emcraft.com>2008-05-27 13:47:00 +0200
committerWolfgang Denk <wd@denx.de>2008-05-27 14:20:55 +0200
commit5e1882df6a3efc7de5524d28cea4ecde7d163d54 (patch)
tree34371e9e474b7d3fc50009d718eff6927aa6bad5 /include/configs/socrates.h
parent1f1554841a4c8e069d331176f0c3059fb2bb8280 (diff)
Socrates: Fix PCI bus frequency report
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include/configs/socrates.h')
-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 23ed87f33..6dc9effde 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 */