]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/misc/atmel_pwm.c
atmel_pwm: Rename the "mck" clock to "pwm_clk"
[karo-tx-linux.git] / drivers / misc / atmel_pwm.c
index 0d5ce03cdff24cf5d683a3750bb2a56ba397b6e1..5b5a14dab3d38d5e77a26381f849d2e26822934c 100644 (file)
@@ -332,7 +332,7 @@ static int __init pwm_probe(struct platform_device *pdev)
        p->base = ioremap(r->start, r->end - r->start + 1);
        if (!p->base)
                goto fail;
-       p->clk = clk_get(&pdev->dev, "mck");
+       p->clk = clk_get(&pdev->dev, "pwm_clk");
        if (IS_ERR(p->clk)) {
                status = PTR_ERR(p->clk);
                p->clk = NULL;