projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303783a
)
ARM: mxs/imx28: remove now unused clock lookup "fec.0"
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 27 Jan 2011 10:28:34 +0000
(11:28 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 1 Feb 2011 09:44:25 +0000
(10:44 +0100)
Commit
b2878fa
(ARM: mx28: update clock and device name for dual fec
support) added only the new lookups without removing the old one.
Cc: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mxs/clock-mx28.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mxs/clock-mx28.c
b/arch/arm/mach-mxs/clock-mx28.c
index bf30d2b66d8a2967f6e2ade252e78cc11297a31c..fd1c4c54b8e510d76ddbb0b157fc1a9cb5655ac8 100644
(file)
--- a/
arch/arm/mach-mxs/clock-mx28.c
+++ b/
arch/arm/mach-mxs/clock-mx28.c
@@
-609,7
+609,6
@@
static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("duart", NULL, uart_clk)
_REGISTER_CLOCK("imx28-fec.0", NULL, fec_clk)
_REGISTER_CLOCK("imx28-fec.1", NULL, fec_clk)
- _REGISTER_CLOCK("fec.0", NULL, fec_clk)
_REGISTER_CLOCK("rtc", NULL, rtc_clk)
_REGISTER_CLOCK("pll2", NULL, pll2_clk)
_REGISTER_CLOCK(NULL, "hclk", hbus_clk)