Skip to content

Commit

Permalink
xtensa: add m41t62 rtc to s6105 platform
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Glockner authored and Chris Zankel committed Jun 22, 2009
1 parent 607c2ad commit 759c67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/xtensa/platforms/s6105/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 759c67e

Please sign in to comment.