projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fae65
)
i.MX51: Use correct clock for gpt
author
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 18 Mar 2010 15:56:11 +0000
(16:56 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 19 Mar 2010 10:02:08 +0000
(11:02 +0100)
The gpt uses the ipg clock, not ipg_perclk
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx5/clock-mx51.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx5/clock-mx51.c
b/arch/arm/mach-mx5/clock-mx51.c
index be90c03101cd8bd27c2d72653b5e8f5f64d9d922..8f85f73b83a8a1b4a6e95f4070521c0bbd7d0d1d 100644
(file)
--- a/
arch/arm/mach-mx5/clock-mx51.c
+++ b/
arch/arm/mach-mx5/clock-mx51.c
@@
-757,7
+757,7
@@
DEFINE_CLOCK(uart3_ipg_clk, 2, MXC_CCM_CCGR1, MXC_CCM_CCGRx_CG7_OFFSET,
/* GPT */
DEFINE_CLOCK(gpt_clk, 0, MXC_CCM_CCGR2, MXC_CCM_CCGRx_CG9_OFFSET,
- NULL, NULL, &ipg_
per
clk, NULL);
+ NULL, NULL, &ipg_clk, NULL);
DEFINE_CLOCK(gpt_ipg_clk, 0, MXC_CCM_CCGR2, MXC_CCM_CCGRx_CG10_OFFSET,
NULL, NULL, &ipg_clk, NULL);