From 7735f03822bc6bba156bc5166c85e636e0fee403 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Thu, 12 Mar 2015 15:54:28 +0100 Subject: ARM: at91: at91rm9200 use SoC detection infrastructure Use the soc detection infrastructure for at91rm9200 initialization. Signed-off-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/soc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-at91/soc.h') 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 */ -- cgit v1.2.3