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:
c3f6a34
)
mx35: adjust flexcan clock definition
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Thu, 29 Apr 2010 23:19:35 +0000
(
01:19
+0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 26 Jul 2010 13:05:26 +0000
(15:05 +0200)
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/clock-imx35.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/clock-imx35.c
b/arch/arm/mach-mx3/clock-imx35.c
index 28be011dace6b5f779593c10a52e1dea65ca73e7..d3af0fdf8475f7ef0d67b3afbb080df739c36431 100644
(file)
--- a/
arch/arm/mach-mx3/clock-imx35.c
+++ b/
arch/arm/mach-mx3/clock-imx35.c
@@
-428,8
+428,8
@@
static struct clk nfc_clk = {
static struct clk_lookup lookups[] = {
_REGISTER_CLOCK(NULL, "asrc", asrc_clk)
_REGISTER_CLOCK(NULL, "ata", ata_clk)
- _REGISTER_CLOCK(
NULL, "can"
, can1_clk)
- _REGISTER_CLOCK(
NULL, "can"
, can2_clk)
+ _REGISTER_CLOCK(
"flexcan.0", NULL
, can1_clk)
+ _REGISTER_CLOCK(
"flexcan.1", NULL
, can2_clk)
_REGISTER_CLOCK("spi_imx.0", NULL, cspi1_clk)
_REGISTER_CLOCK("spi_imx.1", NULL, cspi2_clk)
_REGISTER_CLOCK(NULL, "ect", ect_clk)