|
@@ -1191,7 +1191,7 @@ static int tegra_slink_probe(struct platform_device *pdev)
|
|
goto exit_free_master;
|
|
goto exit_free_master;
|
|
}
|
|
}
|
|
|
|
|
|
- tspi->clk = devm_clk_get(&pdev->dev, "slink");
|
|
|
|
|
|
+ tspi->clk = devm_clk_get(&pdev->dev, NULL);
|
|
if (IS_ERR(tspi->clk)) {
|
|
if (IS_ERR(tspi->clk)) {
|
|
dev_err(&pdev->dev, "can not get clock\n");
|
|
dev_err(&pdev->dev, "can not get clock\n");
|
|
ret = PTR_ERR(tspi->clk);
|
|
ret = PTR_ERR(tspi->clk);
|