diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 2a52f025bd0..408193d8e04 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c @@ -192,6 +192,7 @@ static struct omap_hwmod_addr_space omap2430_usbhsotg_addrs[] = {  		.pa_end		= OMAP243X_HS_BASE + SZ_4K - 1,  		.flags		= ADDR_TYPE_RT  	}, +	{ }  };  /*  l4_core ->usbhsotg  interface */ @@ -1078,10 +1079,15 @@ static struct omap_hwmod_class_sysconfig i2c_sysc = {  static struct omap_hwmod_class i2c_class = {  	.name		= "i2c",  	.sysc		= &i2c_sysc, +	.rev		= OMAP_I2C_IP_VERSION_1, +	.reset		= &omap_i2c_reset,  };  static struct omap_i2c_dev_attr i2c_dev_attr = {  	.fifo_depth	= 8, /* bytes */ +	.flags		= OMAP_I2C_FLAG_APPLY_ERRATA_I207 | +			  OMAP_I2C_FLAG_BUS_SHIFT_2 | +			  OMAP_I2C_FLAG_FORCE_19200_INT_CLK,  };  /* I2C1 */ @@ -1092,6 +1098,7 @@ static struct omap_hwmod_ocp_if *omap2430_i2c1_slaves[] = {  static struct omap_hwmod omap2430_i2c1_hwmod = {  	.name		= "i2c1", +	.flags		= HWMOD_16BIT_REG,  	.mpu_irqs	= omap2_i2c1_mpu_irqs,  	.sdma_reqs	= omap2_i2c1_sdma_reqs,  	.main_clk	= "i2chs1_fck", @@ -1127,6 +1134,7 @@ static struct omap_hwmod_ocp_if *omap2430_i2c2_slaves[] = {  static struct omap_hwmod omap2430_i2c2_hwmod = {  	.name		= "i2c2", +	.flags		= HWMOD_16BIT_REG,  	.mpu_irqs	= omap2_i2c2_mpu_irqs,  	.sdma_reqs	= omap2_i2c2_sdma_reqs,  	.main_clk	= "i2chs2_fck",  |