summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/soc.h
diff options
context:
space:
mode:
authorAlexandre Belloni2015-03-12 15:54:28 +0100
committerNicolas Ferre2015-03-13 15:11:04 +0100
commit7735f03822bc6bba156bc5166c85e636e0fee403 (patch)
treeb8f9259577103bfcf9e288f9369702066298d786 /arch/arm/mach-at91/soc.h
parentARM: at91: add soc detection infrastructure (diff)
downloadkernel-qcow2-linux-7735f03822bc6bba156bc5166c85e636e0fee403.tar.gz
kernel-qcow2-linux-7735f03822bc6bba156bc5166c85e636e0fee403.tar.xz
kernel-qcow2-linux-7735f03822bc6bba156bc5166c85e636e0fee403.zip
ARM: at91: at91rm9200 use SoC detection infrastructure
Use the soc detection infrastructure for at91rm9200 initialization. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/soc.h')
-rw-r--r--arch/arm/mach-at91/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/soc.h b/arch/arm/mach-at91/soc.h
index 9678a3b2d282..ab5bc4be3d41 100644
--- a/arch/arm/mach-at91/soc.h
+++ b/arch/arm/mach-at91/soc.h
@@ -32,4 +32,6 @@ struct at91_soc {
struct soc_device * __init
at91_soc_init(const struct at91_soc *socs);
+#define AT91RM9200_CIDR_MATCH 0x09290780
+
#endif /* __AT91_SOC_H */