aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx3/clock.c')
-rw-r--r--arch/arm/mach-mx3/clock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/clock.c b/arch/arm/mach-mx3/clock.c
index 25b6f55bfb03..2b29491c22bc 100644
--- a/arch/arm/mach-mx3/clock.c
+++ b/arch/arm/mach-mx3/clock.c
@@ -532,6 +532,12 @@ static struct clk_lookup lookups[] = {
532 _REGISTER_CLOCK("ipu-core", NULL, ipu_clk) 532 _REGISTER_CLOCK("ipu-core", NULL, ipu_clk)
533 _REGISTER_CLOCK("mx3_sdc_fb", NULL, ipu_clk) 533 _REGISTER_CLOCK("mx3_sdc_fb", NULL, ipu_clk)
534 _REGISTER_CLOCK(NULL, "kpp", kpp_clk) 534 _REGISTER_CLOCK(NULL, "kpp", kpp_clk)
535 _REGISTER_CLOCK("mxc-ehci.0", "usb", usb_clk1)
536 _REGISTER_CLOCK("mxc-ehci.0", "usb_ahb", usb_clk2)
537 _REGISTER_CLOCK("mxc-ehci.1", "usb", usb_clk1)
538 _REGISTER_CLOCK("mxc-ehci.1", "usb_ahb", usb_clk2)
539 _REGISTER_CLOCK("mxc-ehci.2", "usb", usb_clk1)
540 _REGISTER_CLOCK("mxc-ehci.2", "usb_ahb", usb_clk2)
535 _REGISTER_CLOCK("fsl-usb2-udc", "usb", usb_clk1) 541 _REGISTER_CLOCK("fsl-usb2-udc", "usb", usb_clk1)
536 _REGISTER_CLOCK("fsl-usb2-udc", "usb_ahb", usb_clk2) 542 _REGISTER_CLOCK("fsl-usb2-udc", "usb_ahb", usb_clk2)
537 _REGISTER_CLOCK("mx3-camera.0", NULL, csi_clk) 543 _REGISTER_CLOCK("mx3-camera.0", NULL, csi_clk)