diff options
| -rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 2ccb8bccc9d4..3cf46afb353f 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
| @@ -1517,6 +1517,8 @@ static int mcasp_reparent_fck(struct platform_device *pdev) | |||
| 1517 | if (!parent_name) | 1517 | if (!parent_name) |
| 1518 | return 0; | 1518 | return 0; |
| 1519 | 1519 | ||
| 1520 | dev_warn(&pdev->dev, "Update the bindings to use assigned-clocks!\n"); | ||
| 1521 | |||
| 1520 | gfclk = clk_get(&pdev->dev, "fck"); | 1522 | gfclk = clk_get(&pdev->dev, "fck"); |
| 1521 | if (IS_ERR(gfclk)) { | 1523 | if (IS_ERR(gfclk)) { |
| 1522 | dev_err(&pdev->dev, "failed to get fck\n"); | 1524 | dev_err(&pdev->dev, "failed to get fck\n"); |
