aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-01-04 21:28:28 +0100
committerRalf Baechle <ralf@linux-mips.org>2011-01-18 19:30:27 +0100
commitaa6695ec8b51da7aaa245310073ddd39a306a77f (patch)
tree760da11acabf41da8a66b8777788a58cbaf6d89c /arch/mips/ath79/machtypes.h
parentMIPS: ath79: add common SPI controller device (diff)
downloadlinux-dev-aa6695ec8b51da7aaa245310073ddd39a306a77f.tar.xz
linux-dev-aa6695ec8b51da7aaa245310073ddd39a306a77f.zip
MIPS: ath79: Add initial support for the Atheros AP81 reference board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Cc: linux-mips@linux-mips.org Cc: Luis R. Rodriguez <lrodriguez@atheros.com> Cc: Cliff Holden <Cliff.Holden@Atheros.com> Cc: Kathy Giori <Kathy.Giori@Atheros.com> Patchwork: https://patchwork.linux-mips.org/patch/1952/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/ath79/machtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ath79/machtypes.h b/arch/mips/ath79/machtypes.h
index a796fa3f92a3..3940fe470b2d 100644
--- a/arch/mips/ath79/machtypes.h
+++ b/arch/mips/ath79/machtypes.h
@@ -16,6 +16,7 @@
enum ath79_mach_type {
ATH79_MACH_GENERIC = 0,
+ ATH79_MACH_AP81, /* Atheros AP81 reference board */
ATH79_MACH_PB44, /* Atheros PB44 reference board */
};