summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-03-15 18:09:16 -0500
committerTom Rini <trini@konsulko.com>2016-03-27 09:12:15 -0400
commitc755e67516fc9ecb7de2049dbd3dbedcd3888cbc (patch)
treebf91734d73ad8aecb6fde885ed58e97b7f8d3ce0 /arch/arm/include/asm/arch-omap5
parentceb7d77d6f81e63af6e7af83f8d58b2ac4fc8b9d (diff)
downloadtalos-obmc-uboot-c755e67516fc9ecb7de2049dbd3dbedcd3888cbc.tar.gz
talos-obmc-uboot-c755e67516fc9ecb7de2049dbd3dbedcd3888cbc.zip
ARM: OMAP5/DRA7: Expose do_set_iodelay
do_set_iodelay can now be used from board files based on needs of the platforms variation they have. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5')
-rw-r--r--arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h b/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
index 0de8a800c1..c997004039 100644
--- a/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
+++ b/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
@@ -86,4 +86,6 @@ void __recalibrate_iodelay(struct pad_conf_entry const *pad, int npads,
int __recalibrate_iodelay_start(void);
void __recalibrate_iodelay_end(int ret);
+int do_set_iodelay(u32 base, struct iodelay_cfg_entry const *array,
+ int niodelays);
#endif
OpenPOWER on IntegriCloud