diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2014-10-29 02:18:43 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 09:45:27 +0300 |
commit | 1ac91b1f686e9d819b16525baf2e8db3c282edba (patch) | |
tree | 22175fa726fe35b52f562f114a41a5eb80bcb6b6 /arch/mips/ath25/devices.h | |
parent | 8aaa7278c0c98a77ec36e1fed7d9bede58164a26 (diff) | |
download | linux-1ac91b1f686e9d819b16525baf2e8db3c282edba.tar.xz |
MIPS: ath25: add UART support
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/8242/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath25/devices.h')
-rw-r--r-- | arch/mips/ath25/devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ath25/devices.h b/arch/mips/ath25/devices.h index 2985586a0f2c..23b53cb71c72 100644 --- a/arch/mips/ath25/devices.h +++ b/arch/mips/ath25/devices.h @@ -9,6 +9,8 @@ extern void (*ath25_irq_dispatch)(void); +void ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk); + static inline bool is_ar2315(void) { return (current_cpu_data.cputype == CPU_4KEC); |