diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-06-30 15:46:26 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-06-30 23:06:04 -0700 |
commit | 6146888c08e4450f5e159571d81f97f3b6cf48e1 (patch) | |
tree | 84a2e35597079940a214e8229f5ba51f5c340f9c /arch/arm/mach-omap2/board-tuna.h | |
parent | c94de5d099b8bef3abafd8f4190b92a317fee016 (diff) | |
download | kernel_samsung_tuna-6146888c08e4450f5e159571d81f97f3b6cf48e1.zip kernel_samsung_tuna-6146888c08e4450f5e159571d81f97f3b6cf48e1.tar.gz kernel_samsung_tuna-6146888c08e4450f5e159571d81f97f3b6cf48e1.tar.bz2 |
board-tuna: Add Samsung DDR organisation and timings.
Tuna board memory configuartion is as below
The memory organisation is as below :
EMIF1 - CS0 - 4 Gb
EMIF2 - CS0 - 4 Gb
--------------------
TOTAL - 8 Gb
Change-Id: I3517ab2f52ce0452bbb9fdd011ef6bb2bca56bbd
Signed-off-by: Ambresh K <ambresh@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-tuna.h')
-rw-r--r-- | arch/arm/mach-omap2/board-tuna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna.h b/arch/arm/mach-omap2/board-tuna.h index 9e04b53..f1e604a 100644 --- a/arch/arm/mach-omap2/board-tuna.h +++ b/arch/arm/mach-omap2/board-tuna.h @@ -32,6 +32,7 @@ void omap4_tuna_power_init(void); void omap4_tuna_sensors_init(void); int tuna_wlan_init(void); int omap_hsi_init(void); +void omap4_tuna_emif_init(void); extern struct mmc_platform_data tuna_wifi_data; |