summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2013-04-16 23:42:43 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-05-12 16:38:52 +0200
commite542377a59df350bb38e136949d0942c7f49d248 (patch)
tree751bcec7c96d2bcad251fbdf44a452025e2a286d /arch/arm/include/asm/arch-at91/at91sam9_matrix.h
parente0d2d3bd29e304ebd1f3ba131cf9d8a404534c03 (diff)
downloadtalos-obmc-uboot-e542377a59df350bb38e136949d0942c7f49d248.tar.gz
talos-obmc-uboot-e542377a59df350bb38e136949d0942c7f49d248.zip
arm: at91: add at91sam9n12 register definition
Since at91sam9n12 is a subset of at91sam9x5, so put all at91sam9n12 definitions in at91sam9x5 head file. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91sam9_matrix.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
index b9a93b0c8f..6e0bebd1bb 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
@@ -23,7 +23,7 @@
#include <asm/arch/at91cap9_matrix.h>
#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
#include <asm/arch/at91sam9g45_matrix.h>
-#elif defined(CONFIG_AT91SAM9X5)
+#elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5)
#include <asm/arch/at91sam9x5_matrix.h>
#else
#error "Unsupported AT91SAM9/CAP9 processor"
OpenPOWER on IntegriCloud