projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607c2ad
)
xtensa: add m41t62 rtc to s6105 platform
author
Daniel Glockner
<dg@emlix.com>
Wed, 10 Jun 2009 19:58:50 +0000
(12:58 -0700)
committer
Chris Zankel
<chris@zankel.net>
Mon, 22 Jun 2009 09:38:06 +0000
(
02:38
-0700)
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>
arch/xtensa/platforms/s6105/device.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/platforms/s6105/device.c
b/arch/xtensa/platforms/s6105/device.c
index
963634a
..
65333ff
100644
(file)
--- 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)