Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4dc7be72
Commit
4dc7be72
authored
Nov 02, 2009
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i.MX35: Fix audmux clock
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
9eedbdf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
arch/arm/mach-mx3/clock-imx35.c
arch/arm/mach-mx3/clock-imx35.c
+3
-4
No files found.
arch/arm/mach-mx3/clock-imx35.c
View file @
4dc7be72
...
...
@@ -335,7 +335,7 @@ static void clk_cgr_disable(struct clk *clk)
DEFINE_CLOCK
(
asrc_clk
,
0
,
CCM_CGR0
,
0
,
NULL
,
NULL
);
DEFINE_CLOCK
(
ata_clk
,
0
,
CCM_CGR0
,
2
,
get_rate_ipg
,
NULL
);
DEFINE_CLOCK
(
audmux_clk
,
0
,
CCM_CGR0
,
4
,
NULL
,
NULL
);
/* DEFINE_CLOCK(audmux_clk, 0, CCM_CGR0, 4, NULL, NULL); */
DEFINE_CLOCK
(
can1_clk
,
0
,
CCM_CGR0
,
6
,
get_rate_ipg
,
NULL
);
DEFINE_CLOCK
(
can2_clk
,
1
,
CCM_CGR0
,
8
,
get_rate_ipg
,
NULL
);
DEFINE_CLOCK
(
cspi1_clk
,
0
,
CCM_CGR0
,
10
,
get_rate_ipg
,
NULL
);
...
...
@@ -381,7 +381,7 @@ DEFINE_CLOCK(uart3_clk, 2, CCM_CGR2, 20, get_rate_uart, NULL);
DEFINE_CLOCK
(
usbotg_clk
,
0
,
CCM_CGR2
,
22
,
get_rate_otg
,
NULL
);
DEFINE_CLOCK
(
wdog_clk
,
0
,
CCM_CGR2
,
24
,
NULL
,
NULL
);
DEFINE_CLOCK
(
max_clk
,
0
,
CCM_CGR2
,
26
,
NULL
,
NULL
);
DEFINE_CLOCK
(
a
dmux_clk
,
0
,
CCM_CGR2
,
30
,
NULL
,
NULL
);
DEFINE_CLOCK
(
a
udmux_clk
,
0
,
CCM_CGR2
,
30
,
NULL
,
NULL
);
DEFINE_CLOCK
(
csi_clk
,
0
,
CCM_CGR3
,
0
,
get_rate_csi
,
NULL
);
DEFINE_CLOCK
(
iim_clk
,
0
,
CCM_CGR3
,
2
,
NULL
,
NULL
);
...
...
@@ -426,7 +426,6 @@ 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
,
"audmux"
,
audmux_clk
)
_REGISTER_CLOCK
(
NULL
,
"can"
,
can1_clk
)
_REGISTER_CLOCK
(
NULL
,
"can"
,
can2_clk
)
_REGISTER_CLOCK
(
"spi_imx.0"
,
NULL
,
cspi1_clk
)
...
...
@@ -474,7 +473,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK
(
"fsl-usb2-udc"
,
"usb"
,
usbotg_clk
)
_REGISTER_CLOCK
(
"imx-wdt.0"
,
NULL
,
wdog_clk
)
_REGISTER_CLOCK
(
NULL
,
"max"
,
max_clk
)
_REGISTER_CLOCK
(
NULL
,
"a
dmux"
,
a
dmux_clk
)
_REGISTER_CLOCK
(
NULL
,
"a
udmux"
,
au
dmux_clk
)
_REGISTER_CLOCK
(
NULL
,
"csi"
,
csi_clk
)
_REGISTER_CLOCK
(
NULL
,
"iim"
,
iim_clk
)
_REGISTER_CLOCK
(
NULL
,
"gpu2d"
,
gpu2d_clk
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment