Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
6558f985
Commit
6558f985
authored
Jun 25, 2009
by
Sascha Hauer
Browse files
ehci mxc: Fix clocks
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
c13a482c
Changes
1
Show whitespace changes
Inline
Side-by-side
arch/arm/mach-mx3/clock.c
View file @
6558f985
...
...
@@ -532,6 +532,12 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK
(
"ipu-core"
,
NULL
,
ipu_clk
)
_REGISTER_CLOCK
(
"mx3_sdc_fb"
,
NULL
,
ipu_clk
)
_REGISTER_CLOCK
(
NULL
,
"kpp"
,
kpp_clk
)
_REGISTER_CLOCK
(
"mxc-ehci.0"
,
"usb"
,
usb_clk1
)
_REGISTER_CLOCK
(
"mxc-ehci.0"
,
"usb_ahb"
,
usb_clk2
)
_REGISTER_CLOCK
(
"mxc-ehci.1"
,
"usb"
,
usb_clk1
)
_REGISTER_CLOCK
(
"mxc-ehci.1"
,
"usb_ahb"
,
usb_clk2
)
_REGISTER_CLOCK
(
"mxc-ehci.2"
,
"usb"
,
usb_clk1
)
_REGISTER_CLOCK
(
"mxc-ehci.2"
,
"usb_ahb"
,
usb_clk2
)
_REGISTER_CLOCK
(
"fsl-usb2-udc"
,
"usb"
,
usb_clk1
)
_REGISTER_CLOCK
(
"fsl-usb2-udc"
,
"usb_ahb"
,
usb_clk2
)
_REGISTER_CLOCK
(
"mx3-camera.0"
,
NULL
,
csi_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