summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap4/sys_proto.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:18:54 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:11:31 -0400
commit96703acd0ae7899ddf49b40ae2026a2afd16db26 (patch)
tree3b71a851dca34a11b7f670152af09c94803e77ec /arch/arm/include/asm/arch-omap4/sys_proto.h
parent7cb998ba8569ec108fcc415a32e39ec6d825ad68 (diff)
downloadtalos-obmc-uboot-96703acd0ae7899ddf49b40ae2026a2afd16db26.tar.gz
talos-obmc-uboot-96703acd0ae7899ddf49b40ae2026a2afd16db26.zip
omap4: Export elpidia sdram timings
Individual boards might provide their own emif_get_device_timings function and use the elpidia timings in their own way, hence those have to be exported. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap4/sys_proto.h5
1 files changed, 5 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 bae0db79c0..5fa1cf8144 100644
--- a/arch/arm/include/asm/arch-omap4/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap4/sys_proto.h
@@ -30,6 +30,11 @@ extern const struct dmm_lisa_map_regs ma_lisa_map_2G_x_2_x_2;
extern const struct lpddr2_device_details elpida_2G_S4_details;
extern const struct lpddr2_device_details elpida_4G_S4_details;
#endif
+
+#ifndef CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS
+extern const struct lpddr2_device_timings elpida_2G_S4_timings;
+#endif
+
struct omap_sysinfo {
char *board_string;
};
OpenPOWER on IntegriCloud