|
@@ -189,6 +189,7 @@ static int __init brcmstb_l2_intc_of_init(struct device_node *np,
|
|
|
|
|
|
ct->chip.irq_suspend = brcmstb_l2_intc_suspend;
|
|
ct->chip.irq_suspend = brcmstb_l2_intc_suspend;
|
|
ct->chip.irq_resume = brcmstb_l2_intc_resume;
|
|
ct->chip.irq_resume = brcmstb_l2_intc_resume;
|
|
|
|
+ ct->chip.irq_pm_shutdown = brcmstb_l2_intc_suspend;
|
|
|
|
|
|
if (data->can_wake) {
|
|
if (data->can_wake) {
|
|
/* This IRQ chip can wake the system, set all child interrupts
|
|
/* This IRQ chip can wake the system, set all child interrupts
|