Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa8f6cef authored by Shubhrajyoti D's avatar Shubhrajyoti D Committed by Paul Walmsley
Browse files

ARM: OMAP4: hwmod data: I2C: add flag for context restore



Restore of context is not done for OMAP4. This patch
adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4
hwmod data which activates the restore for OMAP4.
Currently the OMAP4 does not hit device off still the
driver may have support for it.

Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Wamsley <paul@pwsan.com>
Reviewed-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarShubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 1c2badc1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1487,7 +1487,8 @@ static struct omap_hwmod_class omap44xx_i2c_hwmod_class = {
};

static struct omap_i2c_dev_attr i2c_dev_attr = {
	.flags	= OMAP_I2C_FLAG_BUS_SHIFT_NONE,
	.flags	= OMAP_I2C_FLAG_BUS_SHIFT_NONE |
			OMAP_I2C_FLAG_RESET_REGS_POSTIDLE,
};

/* i2c1 */