Commit de2bd37b authored by Jagadeesh Bhaskar Pakaravoor's avatar Jagadeesh Bhaskar Pakaravoor Committed by Tony Lindgren

TWL4030-RTC: Remove obsolete comment

TWL4030-RTC: Remove obsolete comment.
Signed-off-by: default avatarJagadeesh Bhaskar Pakaravoor <j-pakaravoor@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d6c1634c
......@@ -446,12 +446,6 @@ static irqreturn_t twl4030_rtc_interrupt(int irq, void *rtc)
REG_RTC_STATUS_REG);
if (res)
goto out;
/*
* Workaround for strange behaviour with T2. Need to write into ISR
* register one more time to clear the interrupt. Otherwise, the same
* RTC event generates 2 interrupts in a row.
* (no errata document available)
*/
res = twl4030_i2c_write_u8(TWL4030_MODULE_INT,
PWR_RTC_INT_CLR, REG_PWR_ISR1);
if (res)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment