mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
PCI: rockchip: dw: Enable async system PM for multiports SoC
Individual port can be suspended or resumed separately. This can save some time for resuming from deep sleep if multiports are used. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I44ed4a4a5cbda46425bce13a15809f68856d2174
This commit is contained in:
@@ -1830,6 +1830,9 @@ static int rk_pcie_really_probe(void *p)
|
||||
|
||||
device_init_wakeup(dev, true);
|
||||
|
||||
/* Enable async system PM for multiports SoC */
|
||||
device_enable_async_suspend(dev);
|
||||
|
||||
return 0;
|
||||
|
||||
remove_irq_domain:
|
||||
|
||||
Reference in New Issue
Block a user