rk3168_tb:support rtc_hym8563

This commit is contained in:
张晴
2013-01-18 16:09:26 +08:00
parent 81d1be35b3
commit f494d4ebdf
2 changed files with 10 additions and 0 deletions

1
arch/arm/configs/rk3168_tb_defconfig Normal file → Executable file
View File

@@ -402,6 +402,7 @@ CONFIG_SWITCH_GPIO=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_WM831X=y
CONFIG_TPS65910_RTC=y
CONFIG_RTC_HYM8563=y
CONFIG_STAGING=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y

View File

@@ -1649,6 +1649,15 @@ static struct i2c_board_info __initdata i2c1_info[] = {
.platform_data=&act8846_data,
},
#endif
#if defined (CONFIG_RTC_HYM8563)
{
.type = "rtc_hym8563",
.addr = 0x51,
.flags = 0,
.irq = RK30_PIN1_PA4,
},
#endif
};
#endif