Title: [5925] trunk/arch/blackfin: Fix bug[#4746] Enable reprogram cclk and sclk for bf518f-ezbrd.
- Revision
- 5925
- Author
- sonicz
- Date
- 2008-12-30 01:41:08 -0600 (Tue, 30 Dec 2008)
Log Message
Fix bug[#4746] Enable reprogram cclk and sclk for bf518f-ezbrd.
Modified Paths
Diff
Modified: trunk/arch/blackfin/Kconfig (5924 => 5925)
--- trunk/arch/blackfin/Kconfig 2008-12-30 02:26:50 UTC (rev 5924)
+++ trunk/arch/blackfin/Kconfig 2008-12-30 07:41:08 UTC (rev 5925)
@@ -330,6 +330,11 @@
depends on (BFIN527_EZKIT || BFIN532_IP0X || BLACKSTAMP || BFIN526_EZBRD)
default y
+config MEM_MT48LC32M8A2_75
+ bool
+ depends on (BFIN518F_EZBRD)
+ default y
+
source "arch/blackfin/mach-bf518/Kconfig"
source "arch/blackfin/mach-bf527/Kconfig"
source "arch/blackfin/mach-bf533/Kconfig"
Modified: trunk/arch/blackfin/include/asm/mem_init.h (5924 => 5925)
--- trunk/arch/blackfin/include/asm/mem_init.h 2008-12-30 02:26:50 UTC (rev 5924)
+++ trunk/arch/blackfin/include/asm/mem_init.h 2008-12-30 07:41:08 UTC (rev 5925)
@@ -13,7 +13,8 @@
defined(CONFIG_MEM_GENERIC_BOARD) || \
defined(CONFIG_MEM_MT48LC32M8A2_75) || \
defined(CONFIG_MEM_MT48LC8M32B2B5_7) || \
- defined(CONFIG_MEM_MT48LC32M16A2TG_75)
+ defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \
+ defined(CONFIG_MEM_MT48LC32M8A2_75)
#if (CONFIG_SCLK_HZ > 119402985)
#define SDRAM_tRP TRP_2
#define SDRAM_tRP_num 2
@@ -100,7 +101,8 @@
defined(CONFIG_MEM_MT48LC64M4A2FB_7E) || \
defined(CONFIG_MEM_GENERIC_BOARD) || \
defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \
- defined(CONFIG_MEM_MT48LC16M16A2TG_75)
+ defined(CONFIG_MEM_MT48LC16M16A2TG_75) || \
+ defined(CONFIG_MEM_MT48LC32M8A2_75)
/*SDRAM INFORMATION: */
#define SDRAM_Tref 64 /* Refresh period in milliseconds */
#define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits