Skip to content

Commit

Permalink
clk: mxs: Fix the GPMI clock name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Jun 27, 2012
1 parent bcf6c3d commit 8c6faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/mxs/clk-imx23.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", };
Expand Down

0 comments on commit 8c6faca

Please sign in to comment.