summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier Dufour2012-12-24 11:30:00 +0100
committerOlivier Dufour2013-01-25 13:40:54 +0100
commitcd2ec2fa3ae541d7c6f60de1d22dd16b2e9d6392 (patch)
treeea0cead76c81c58eb75e4d7ec655a0dabf86d447 /common
parent819365f32adee29f146e13387f17b686fd3f9150 (diff)
Revert "{cleo/uboot,common}: change system clock speed to 222 MHz", refs #1325
This reverts commit d2f7768afa5bbe4c4a40e9697a8939600a7e4a82.
Diffstat (limited to 'common')
-rw-r--r--common/include/asm/arch/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/include/asm/arch/platform.h b/common/include/asm/arch/platform.h
index 412786a953..e8adac4bf8 100644
--- a/common/include/asm/arch/platform.h
+++ b/common/include/asm/arch/platform.h
@@ -80,7 +80,7 @@ extern uint32_t spc300_plc_mem_size;
#define PLCCODE_MAX_SIZE SZ_16M /* 0xF0000000 - 0xEF000000 which is VIRT_IO_ADDR_BASE - VIRT_PLCCODE_BASE */
#define VIRT_PLCCODE_BASE (0xEF000000)
-#define CLK_AHB (222000000)
+#define CLK_AHB (246000000)
#define CLK_ARM (CLK_AHB*2)
#define PCLK (CLK_AHB)
#define TIMER_CLK (4000000)