Skip to content

Commit

Permalink
clk: mxs: rename the gpmi clock for imx28
Browse files Browse the repository at this point in the history
rename the clock name from `8000c000.gpmi` to `8000c000.gpmi-nand`.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Huang Shijie authored and Shawn Guo committed Jun 27, 2012
1 parent cfaf025 commit bcf6c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/mxs/clk-imx28.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static struct clk_lookup lcdif_lookups[] __initdata = {

static struct clk_lookup gpmi_lookups[] __initdata = {
{ .dev_id = "imx28-gpmi-nand", },
{ .dev_id = "8000c000.gpmi", },
{ .dev_id = "8000c000.gpmi-nand", },
};

static struct clk_lookup fec_lookups[] __initdata = {
Expand Down

0 comments on commit bcf6c3d

Please sign in to comment.