Merge git://git.infradead.org/mtd-2.6
[linux-block.git] / drivers / mtd / nand / mxc_nand.c
index bfde74a9ba6bdab6b3f8683a2c4c858fcf74a37a..f3548d0480142cb5fa8c5e599ff3b8add7b91e97 100644 (file)
@@ -881,7 +881,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
        this->read_buf = mxc_nand_read_buf;
        this->verify_buf = mxc_nand_verify_buf;
 
-       host->clk = clk_get(&pdev->dev, "nfc_clk");
+       host->clk = clk_get(&pdev->dev, "nfc");
        if (IS_ERR(host->clk))
                goto eclk;