We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5410cd commit c511cffCopy full SHA for c511cff
drivers/spi/spi-zynqmp-gqspi.c
@@ -1359,6 +1359,7 @@ static int zynqmp_qspi_probe(struct platform_device *pdev)
1359
1360
clk_dis_all:
1361
pm_runtime_disable(&pdev->dev);
1362
+ pm_runtime_dont_use_autosuspend(&pdev->dev);
1363
pm_runtime_put_noidle(&pdev->dev);
1364
pm_runtime_set_suspended(&pdev->dev);
1365
clk_disable_unprepare(xqspi->refclk);
@@ -1389,6 +1390,7 @@ static void zynqmp_qspi_remove(struct platform_device *pdev)
1389
1390
zynqmp_gqspi_write(xqspi, GQSPI_EN_OFST, 0x0);
1391
1392
1393
1394
1395
1396
0 commit comments