summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorHeiko Schocher <[email protected]>2013-06-04 11:00:57 +0200
committerTom Rini <[email protected]>2013-06-18 10:40:06 -0400
commit7ea7f689cab5bf715255e22c31aeefb23259afe5 (patch)
tree89ddaebb7a3694b12ed2142ddcffca11277d2532 /arch/arm/include
parent7b9c5d0bfd906a57a46336b5505550024a8a761f (diff)
arm, am33xx: move uart soft reset code to common place
move uart soft reset code to common place and call this function from board code, instead of copy and paste this code for every board. Signed-off-by: Heiko Schocher <[email protected]> Cc: Matt Porter <[email protected]> Cc: Lars Poeschel <[email protected]> Cc: Tom Rini <[email protected]> Cc: Enric Balletbo i Serra <[email protected]> Acked-by: Tom Rini <[email protected]> [trini: Fix igep0033 build, remove 'regval' on pcm051] Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-am33xx/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h
index cbbb54e39f0..307ac28245a 100644
--- a/arch/arm/include/asm/arch-am33xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h
@@ -44,4 +44,5 @@ void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
void omap_nand_switch_ecc(uint32_t, uint32_t);
void rtc32k_enable(void);
+void uart_soft_reset(void);
#endif