ARM: mach-shmobile: ap4evb: Add R2025S RTC support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
dda128dcb4
commit
8fc883c298
|
@ -249,6 +249,9 @@ struct tsc2007_platform_data tsc2007_info = {
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
static struct i2c_board_info i2c1_devices[] = {
|
static struct i2c_board_info i2c1_devices[] = {
|
||||||
|
{
|
||||||
|
I2C_BOARD_INFO("r2025sd", 0x32),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
I2C_BOARD_INFO("tsc2007", 0x48),
|
I2C_BOARD_INFO("tsc2007", 0x48),
|
||||||
.type = "tsc2007",
|
.type = "tsc2007",
|
||||||
|
|
Loading…
Reference in New Issue