diff options
author | Daniel Glockner <[email protected]> | 2009-06-10 12:58:50 -0700 |
---|---|---|
committer | Chris Zankel <[email protected]> | 2009-06-22 02:38:06 -0700 |
commit | 759c67e87bce54bd08e5fee1fdca975cebe5d3c2 (patch) | |
tree | 6f3332e499f12298834fb2710459da8363bc3273 | |
parent | 607c2add0f3b2cc12567f658e9dfdb07df2b106e (diff) |
xtensa: add m41t62 rtc to s6105 platform
Signed-off-by: Daniel Glockner <[email protected]>
Cc: David Brownell <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-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[] = { .resource = s6_gmac_resource, .num_resources = ARRAY_SIZE(s6_gmac_resource), }, + { + I2C_BOARD_INFO("m41t62", S6I2C_ADDR_M41T62), + }, }; static int __init device_init(void) |