Disable the USB clock for now, will be used later for the AR7-HCD driver, which is...
authorFlorian Fainelli <florian@openwrt.org>
Thu, 6 Sep 2007 11:45:35 +0000 (11:45 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 6 Sep 2007 11:45:35 +0000 (11:45 +0000)
SVN-Revision: 8649

target/linux/ar7-2.6/files/arch/mips/ar7/clock.c

index 6d30e609d8b346938f3da1a2471a0978c350c654..9bdc8f4076c0aaac338162ad5a9f83c178eab6a6 100644 (file)
@@ -272,10 +272,10 @@ static void __init tnetd7300_init_clocks(void)
        } else {
                ar7_cpu_clock = ar7_bus_clock;
        }
-
+#if 0
        tnetd7300_set_clock(USB_PLL_SOURCE_SHIFT, &clocks->usb,
                bootcr, 48000000);
-
+#endif
        if (ar7_dsp_clock == 250000000)
                tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp,
                        bootcr, ar7_dsp_clock);