summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap4
diff options
context:
space:
mode:
authorHardik Patel <hardik.patel@volansystech.com>2013-11-27 21:16:21 +0530
committerTom Rini <trini@ti.com>2013-12-04 11:41:13 -0500
commit675cc77a3ae45e8b0ec17128563264d4a509f628 (patch)
treed21bf41dad77f0a08189e0bf8d76d127a411777b /arch/arm/include/asm/arch-omap4
parent3558243b6fc80b14a6281bd0e2792672b462684c (diff)
downloadtalos-obmc-uboot-675cc77a3ae45e8b0ec17128563264d4a509f628.tar.gz
talos-obmc-uboot-675cc77a3ae45e8b0ec17128563264d4a509f628.zip
pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2 RAM
Signed-off-by: Hardik Patel <hardik.patel@volansystech.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4')
-rw-r--r--arch/arm/include/asm/arch-omap4/sys_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap4/sys_proto.h b/arch/arm/include/asm/arch-omap4/sys_proto.h
index 39c531632e..ce8217f697 100644
--- a/arch/arm/include/asm/arch-omap4/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap4/sys_proto.h
@@ -16,6 +16,10 @@
DECLARE_GLOBAL_DATA_PTR;
+extern const struct emif_regs emif_regs_elpida_200_mhz_2cs;
+extern const struct emif_regs emif_regs_elpida_380_mhz_1cs;
+extern const struct emif_regs emif_regs_elpida_400_mhz_1cs;
+extern const struct emif_regs emif_regs_elpida_400_mhz_2cs;
struct omap_sysinfo {
char *board_string;
};
OpenPOWER on IntegriCloud