projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf6c3d
)
clk: mxs: Fix the GPMI clock name
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 19 Jun 2012 20:27:32 +0000
(17:27 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 27 Jun 2012 13:04:28 +0000
(21:04 +0800)
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>
drivers/clk/mxs/clk-imx23.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/mxs/clk-imx23.c
b/drivers/clk/mxs/clk-imx23.c
index f7be225f544cb36c4c733583dfb6d168f53d9a21..40ad638dbe6c7f1e919c2bef10790c303e3af8a5 100644
(file)
--- a/
drivers/clk/mxs/clk-imx23.c
+++ b/
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", };