Skip to content

Commit

Permalink
i.MX27: visstrim_m10: Add m41t00 RTC support.
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Javier Martin authored and Sascha Hauer committed Mar 2, 2012
1 parent 6b21d18 commit 257b49c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-imx/mach-imx27_visstrim_m10.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ static struct i2c_board_info visstrim_m10_i2c_devices[] = {
{
I2C_BOARD_INFO("tlv320aic32x4", 0x18),
.platform_data = &visstrim_m10_aic32x4_pdata,
},
{
I2C_BOARD_INFO("m41t00", 0x68),
}
};

Expand Down

0 comments on commit 257b49c

Please sign in to comment.