MIPS: ath25: add basic AR5312 SoC support

Add basic support for Atheros AR5312/AR2312 SoCs: registers definition
file and initial setup code.

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/8238/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Šī revīzija ir iekļauta:
Sergey Ryazanov
2014-10-29 03:18:39 +04:00
revīziju iesūtīja Ralf Baechle
vecāks 43cc739fd9
revīzija 3b12308f33
7 mainīti faili ar 387 papildinājumiem un 0 dzēšanām

16
arch/mips/ath25/ar5312.h Parasts fails
Parādīt failu

@@ -0,0 +1,16 @@
#ifndef __AR5312_H
#define __AR5312_H
#ifdef CONFIG_SOC_AR5312
void ar5312_plat_time_init(void);
void ar5312_plat_mem_setup(void);
#else
static inline void ar5312_plat_time_init(void) {}
static inline void ar5312_plat_mem_setup(void) {}
#endif
#endif /* __AR5312_H */