Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout
on old Yukon II controllers. Tested by: bsam MFC after: 2 weeks
This commit is contained in:
parent
78f8db379a
commit
886db6b6fb
@ -3750,9 +3750,6 @@ msk_intr(void *xsc)
|
||||
if ((status & Y2_IS_STAT_BMU) != 0 && domore == 0)
|
||||
CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_CLR_IRQ);
|
||||
|
||||
/* Clear TWSI IRQ. */
|
||||
if ((status & Y2_IS_TWSI_RDY) != 0)
|
||||
CSR_WRITE_4(sc, B2_I2C_IRQ, 1);
|
||||
/* Reenable interrupts. */
|
||||
CSR_WRITE_4(sc, B0_Y2_SP_ICR, 2);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user