diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-25 10:08:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-30 16:54:40 -0400 |
commit | 7779a5e07d33fe316fe468e7afe7975fb686a831 (patch) | |
tree | 05426226c35b46a938a555a37524307ceb1a22d7 /include/asm-mips/txx9/tx3927.h | |
parent | bb72f1f729dcbd6a6a93c74479eeaa19deebfb47 (diff) |
[MIPS] TXx9: Unify serial_txx9 setup
* Unify calling of early_serial_txx9_setup.
* Use dedicated serial clock on RBTX4938.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/txx9/tx3927.h')
-rw-r--r-- | include/asm-mips/txx9/tx3927.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/txx9/tx3927.h b/include/asm-mips/txx9/tx3927.h index f0439a73b3aa..14e063689626 100644 --- a/include/asm-mips/txx9/tx3927.h +++ b/include/asm-mips/txx9/tx3927.h | |||
@@ -331,7 +331,7 @@ struct tx3927_ccfg_reg { | |||
331 | void tx3927_wdt_init(void); | 331 | void tx3927_wdt_init(void); |
332 | void tx3927_setup(void); | 332 | void tx3927_setup(void); |
333 | void tx3927_time_init(unsigned int evt_tmrnr, unsigned int src_tmrnr); | 333 | void tx3927_time_init(unsigned int evt_tmrnr, unsigned int src_tmrnr); |
334 | void tx3927_setup_serial(unsigned int cts_mask); | 334 | void tx3927_sio_init(unsigned int sclk, unsigned int cts_mask); |
335 | struct pci_controller; | 335 | struct pci_controller; |
336 | void tx3927_pcic_setup(struct pci_controller *channel, | 336 | void tx3927_pcic_setup(struct pci_controller *channel, |
337 | unsigned long sdram_size, int extarb); | 337 | unsigned long sdram_size, int extarb); |