summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-06 11:45:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-06 11:45:35 +0000
commit3390eccc6ea492df67a95c8bdd1c28f67e8bec41 (patch)
tree149ed6afe50da8b9fe730695434a3dfac015d3be
parent58935242cfb083e0948ac3f34832961461248d97 (diff)
Disable the USB clock for now, will be used later for the AR7-HCD driver, which is not ready (#1858)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8649 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar7-2.6/files/arch/mips/ar7/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7-2.6/files/arch/mips/ar7/clock.c b/target/linux/ar7-2.6/files/arch/mips/ar7/clock.c
index 6d30e609d..9bdc8f407 100644
--- a/target/linux/ar7-2.6/files/arch/mips/ar7/clock.c
+++ b/target/linux/ar7-2.6/files/arch/mips/ar7/clock.c
@@ -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);