1
0
Fork 0

clk: mxs: rename the gpmi clock for imx28

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>
hifive-unleashed-5.1
Huang Shijie 2012-05-25 17:25:36 +08:00 committed by Shawn Guo
parent cfaf025112
commit bcf6c3d46f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {