浏览代码

clk: mxs: Fix the GPMI clock name

The correct name for the GPMI clock is 'gpmi-nand'.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Fabio Estevam 13 年之前
父节点
当前提交
8c6facab8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clk/mxs/clk-imx23.c

+ 1 - 1
drivers/clk/mxs/clk-imx23.c

@@ -106,7 +106,7 @@ static struct clk_lookup lcdif_lookups[] __initdata = {
 
 static struct clk_lookup gpmi_lookups[] __initdata = {
 	{ .dev_id = "imx23-gpmi-nand", },
-	{ .dev_id = "8000c000.gpmi", },
+	{ .dev_id = "8000c000.gpmi-nand", },
 };
 
 static const char *sel_pll[]  __initconst = { "pll", "ref_xtal", };