Skip to content

Commit

Permalink
Make IRQ fire when PCGCCTL unmasked.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky26 committed Apr 17, 2011
1 parent 9148e63 commit befda6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/usb_synopsys.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ static void synopsys_usb_write(void *_arg, target_phys_addr_t _addr, uint32_t _v
{
case PCGCCTL:
state->pcgcctl = _val;
synopsys_usb_update_irq(state);
return;

case GOTGCTL:
Expand Down

0 comments on commit befda6d

Please sign in to comment.