mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk3168_tb:support rtc_hym8563
This commit is contained in:
1
arch/arm/configs/rk3168_tb_defconfig
Normal file → Executable file
1
arch/arm/configs/rk3168_tb_defconfig
Normal file → Executable 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user