diff options
author | Barry Song <Baohua.Song@csr.com> | 2012-12-20 17:44:19 +0800 |
---|---|---|
committer | Barry Song <Barry.Song@csr.com> | 2013-01-22 19:39:02 +0800 |
commit | 598548facd3c55d1da230a2cc0e6026053b04594 (patch) | |
tree | 31a85f64ae2ad2a9964db18787116046790b0108 /arch/arm/mach-prima2 | |
parent | 0ecb40ca35b093aa38f8b94069b6cbd3c7a25831 (diff) |
ARM: PRIMA2: rtciobg: it is also compatible with marco
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/rtciobrg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/rtciobrg.c b/arch/arm/mach-prima2/rtciobrg.c index 9d80f1e20a9..fc6c4ab963f 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" }, {} }; |