projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df42c8a
)
ARM: mxs: adjust flexcan clock definition
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Wed, 2 Feb 2011 12:50:29 +0000
(13:50 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 3 Feb 2011 14:11:18 +0000
(15:11 +0100)
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
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
2f1a990
..
c9d7951
100644
(file)
--- a/
arch/arm/mach-mxs/clock-mx28.c
+++ b/
arch/arm/mach-mxs/clock-mx28.c
@@
-619,8
+619,8
@@
static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("pll2", NULL, pll2_clk)
_REGISTER_CLOCK(NULL, "hclk", hbus_clk)
_REGISTER_CLOCK(NULL, "xclk", xbus_clk)
- _REGISTER_CLOCK(
NULL, "can0"
, can0_clk)
- _REGISTER_CLOCK(
NULL, "can1"
, can1_clk)
+ _REGISTER_CLOCK(
"flexcan.0", NULL
, can0_clk)
+ _REGISTER_CLOCK(
"flexcan.1", NULL
, can1_clk)
_REGISTER_CLOCK(NULL, "usb0", usb0_clk)
_REGISTER_CLOCK(NULL, "usb1", usb1_clk)
_REGISTER_CLOCK(NULL, "pwm", pwm_clk)