diff mbox

[GIT,PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

Message ID 0680EC522D0CC943BC586913CF3768C003FF3B2F4D@dbde02.ent.ti.com (mailing list archive)
State New, archived
Delegated to: Paul Walmsley
Headers show

Commit Message

Rajendra Nayak Oct. 5, 2010, 8:26 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c
index 25d6da2..c588854 100644
--- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c
@@ -263,6 +263,7 @@  static struct omap_hwmod omap2420_i2c1_hwmod = {
 	.class		= &i2c_class,
 	.dev_attr	= &i2c_dev_attr,
 	.omap_chip	= OMAP_CHIP_INIT(CHIP_IS_OMAP2420),
+	.flags		= HWMOD_16BIT_REG,
 };
 
 /* I2C2 */
@@ -301,6 +302,7 @@  static struct omap_hwmod omap2420_i2c2_hwmod = {
 	.class		= &i2c_class,
 	.dev_attr	= &i2c_dev_attr,
 	.omap_chip	= OMAP_CHIP_INIT(CHIP_IS_OMAP2420),
+	.flags		= HWMOD_16BIT_REG,
 };
 
 static __initdata struct omap_hwmod *omap2420_hwmods[] = {