diff options
author | Huang Shijie <b32955@freescale.com> | 2012-05-25 17:25:36 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-06-27 21:04:27 +0800 |
commit | bcf6c3d46fa8624397cc52d9f13f9a71bf3a572f (patch) | |
tree | 42bbfed93360171fd1648a8e7019eb0c9b7ada9b /drivers/clk | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) |
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/mxs/clk-imx28.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mxs/clk-imx28.c b/drivers/clk/mxs/clk-imx28.c index 2826a2606a29..003b0f31c1ba 100644 --- a/drivers/clk/mxs/clk-imx28.c +++ b/drivers/clk/mxs/clk-imx28.c @@ -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 = { |