i2c: fix init for I2C1 device

The I2C1 device is currently using the older device initialization
method, and thus will not work.

Change-Id: If193f20275262abc3b08edd3a26679ae9ad39d94
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-22 18:13:11 -07:00 committed by Anas Nashif
commit b0f7fe20e0

View file

@ -35,7 +35,7 @@
#if defined(CONFIG_I2C_DW_1) #if defined(CONFIG_I2C_DW_1)
#ifdef CONFIG_IOAPIC #ifdef CONFIG_IOAPIC
ioapic_mkstub i2c_dw_1 i2c_dw_isr_1 0 ioapic_mkstub i2c_dw_1 i2c_dw_isr i2c_dw_isr_1_device
#endif #endif
#endif /* CONFIG_I2C_DW_1 */ #endif /* CONFIG_I2C_DW_1 */