diff options
-rw-r--r-- | drivers/clk/ti/clk-dra7-atl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-dra7-atl.c b/drivers/clk/ti/clk-dra7-atl.c index 3f9308afdc28..c375cfb59ac9 100644 --- a/drivers/clk/ti/clk-dra7-atl.c +++ b/drivers/clk/ti/clk-dra7-atl.c | |||
@@ -225,6 +225,7 @@ static int of_dra7_atl_clk_probe(struct platform_device *pdev) | |||
225 | cinfo->iobase = of_iomap(node, 0); | 225 | cinfo->iobase = of_iomap(node, 0); |
226 | cinfo->dev = &pdev->dev; | 226 | cinfo->dev = &pdev->dev; |
227 | pm_runtime_enable(cinfo->dev); | 227 | pm_runtime_enable(cinfo->dev); |
228 | pm_runtime_irq_safe(cinfo->dev); | ||
228 | 229 | ||
229 | pm_runtime_get_sync(cinfo->dev); | 230 | pm_runtime_get_sync(cinfo->dev); |
230 | atl_write(cinfo, DRA7_ATL_PCLKMUX_REG(0), DRA7_ATL_PCLKMUX); | 231 | atl_write(cinfo, DRA7_ATL_PCLKMUX_REG(0), DRA7_ATL_PCLKMUX); |