aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/pxp/pxp_dma_v2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/pxp/pxp_dma_v2.c b/drivers/dma/pxp/pxp_dma_v2.c
index 6afec14f5002..c644604227ff 100644
--- a/drivers/dma/pxp/pxp_dma_v2.c
+++ b/drivers/dma/pxp/pxp_dma_v2.c
@@ -1786,7 +1786,9 @@ static int pxp_probe(struct platform_device *pdev)
1786 } 1786 }
1787 1787
1788 device_create_file(&pdev->dev, &dev_attr_block_size); 1788 device_create_file(&pdev->dev, &dev_attr_block_size);
1789 pxp_clk_enable(pxp);
1789 dump_pxp_reg(pxp); 1790 dump_pxp_reg(pxp);
1791 pxp_clk_disable(pxp);
1790 1792
1791 INIT_WORK(&pxp->work, clkoff_callback); 1793 INIT_WORK(&pxp->work, clkoff_callback);
1792 init_timer(&pxp->clk_timer); 1794 init_timer(&pxp->clk_timer);