From 598548facd3c55d1da230a2cc0e6026053b04594 Mon Sep 17 00:00:00 2001 From: Barry Song Date: Thu, 20 Dec 2012 17:44:19 +0800 Subject: [PATCH] ARM: PRIMA2: rtciobg: it is also compatible with marco Signed-off-by: Barry Song --- arch/arm/mach-prima2/rtciobrg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-prima2/rtciobrg.c b/arch/arm/mach-prima2/rtciobrg.c index 9d80f1e..fc6c4ab 100644 --- a/arch/arm/mach-prima2/rtciobrg.c +++ b/arch/arm/mach-prima2/rtciobrg.c @@ -104,6 +104,7 @@ EXPORT_SYMBOL_GPL(sirfsoc_rtc_iobrg_writel); static const struct of_device_id rtciobrg_ids[] = { { .compatible = "sirf,prima2-rtciobg" }, + { .compatible = "sirf,marco-rtciobg" }, {} }; -- 2.7.4