diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-12 15:54:28 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-13 15:11:04 +0100 |
commit | 7735f03822bc6bba156bc5166c85e636e0fee403 (patch) | |
tree | b8f9259577103bfcf9e288f9369702066298d786 /arch/arm/mach-at91/soc.h | |
parent | ea4abe7f3a3216f5d98dcc7a884e10f20b264429 (diff) |
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.h | 2 |
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 */ |