projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfaf025
)
clk: mxs: rename the gpmi clock for imx28
author
Huang Shijie
<b32955@freescale.com>
Fri, 25 May 2012 09:25:36 +0000
(17:25 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 27 Jun 2012 13:04:27 +0000
(21:04 +0800)
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>
drivers/clk/mxs/clk-imx28.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/mxs/clk-imx28.c
b/drivers/clk/mxs/clk-imx28.c
index 2826a2606a29fca4f1474ce76fe87fc88fb968ea..003b0f31c1baf686d18c8990b4dd6b891373eea1 100644
(file)
--- 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 = {