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:

revīziju iesūtīja
Ralf Baechle

vecāks
43cc739fd9
revīzija
3b12308f33
16
arch/mips/ath25/ar5312.h
Parasts fails
16
arch/mips/ath25/ar5312.h
Parasts fails
@@ -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 */
|
Atsaukties uz šo jaunā problēmā
Block a user