diff options
author | Daniel Glockner <dg@emlix.com> | 2009-06-10 15:58:50 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-06-22 05:38:06 -0400 |
commit | 759c67e87bce54bd08e5fee1fdca975cebe5d3c2 (patch) | |
tree | 6f3332e499f12298834fb2710459da8363bc3273 /arch/xtensa | |
parent | 607c2add0f3b2cc12567f658e9dfdb07df2b106e (diff) |
xtensa: add m41t62 rtc to s6105 platform
Signed-off-by: Daniel Glockner <dg@emlix.com>
Cc: David Brownell <david-b@pacbell.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/platforms/s6105/device.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/platforms/s6105/device.c b/arch/xtensa/platforms/s6105/device.c index 963634a3463d..65333ffefb07 100644 --- a/arch/xtensa/platforms/s6105/device.c +++ b/arch/xtensa/platforms/s6105/device.c | |||
@@ -143,6 +143,9 @@ static struct platform_device platform_devices[] = { | |||
143 | .resource = s6_gmac_resource, | 143 | .resource = s6_gmac_resource, |
144 | .num_resources = ARRAY_SIZE(s6_gmac_resource), | 144 | .num_resources = ARRAY_SIZE(s6_gmac_resource), |
145 | }, | 145 | }, |
146 | { | ||
147 | I2C_BOARD_INFO("m41t62", S6I2C_ADDR_M41T62), | ||
148 | }, | ||
146 | }; | 149 | }; |
147 | 150 | ||
148 | static int __init device_init(void) | 151 | static int __init device_init(void) |