projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc07eb
)
MX31 Fix spi clock names
author
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 20 Mar 2009 18:25:01 +0000
(19:25 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 14 Aug 2009 10:41:03 +0000
(12:41 +0200)
Fix the SPI clock names to match the device names.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/clock.c
b/arch/arm/mach-mx3/clock.c
index 4742554e996dd46e99f4aefcbf4a457c673cfa17..06bd6180bfc3ad27ad6a39e00de518454f53bf4f 100644
(file)
--- a/
arch/arm/mach-mx3/clock.c
+++ b/
arch/arm/mach-mx3/clock.c
@@
-525,9
+525,9
@@
DEFINE_CLOCK(ckil_clk, 0, NULL, 0, clk_ckil_get_rate, NULL, NULL);
static struct clk_lookup lookups[] = {
_REGISTER_CLOCK(NULL, "emi", emi_clk)
- _REGISTER_CLOCK(
NULL, "cspi"
, cspi1_clk)
- _REGISTER_CLOCK(
NULL, "cspi"
, cspi2_clk)
- _REGISTER_CLOCK(
NULL, "cspi"
, cspi3_clk)
+ _REGISTER_CLOCK(
"spi_imx.0", NULL
, cspi1_clk)
+ _REGISTER_CLOCK(
"spi_imx.1", NULL
, cspi2_clk)
+ _REGISTER_CLOCK(
"spi_imx.2", NULL
, cspi3_clk)
_REGISTER_CLOCK(NULL, "gpt", gpt_clk)
_REGISTER_CLOCK(NULL, "pwm", pwm_clk)
_REGISTER_CLOCK(NULL, "wdog", wdog_clk)