MIPS: ath25: add basic AR5312 SoC support
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 28 Oct 2014 23:18:39 +0000 (03:18 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:26 +0000 (07:45 +0100)
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>
arch/mips/Kconfig
arch/mips/ath25/Kconfig [new file with mode: 0644]
arch/mips/ath25/Makefile
arch/mips/ath25/ar5312.c [new file with mode: 0644]
arch/mips/ath25/ar5312.h [new file with mode: 0644]
arch/mips/ath25/ar5312_regs.h [new file with mode: 0644]
arch/mips/ath25/board.c

index 7db1bfb..4b5a3b9 100644 (file)
@@ -877,6 +877,7 @@ config MIPS_PARAVIRT
 endchoice
 
 source "arch/mips/alchemy/Kconfig"
+source "arch/mips/ath25/Kconfig"
 source "arch/mips/ath79/Kconfig"
 source "arch/mips/bcm47xx/Kconfig"
 source "arch/mips/bcm63xx/Kconfig"
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge