Disable the USB clock for now, will be used later for the AR7-HCD driver, which is not ready (#1858)
SVN-Revision: 8649
This commit is contained in:
parent
af0b91ca90
commit
d2216f3da3
1 changed files with 2 additions and 2 deletions
|
@ -272,10 +272,10 @@ static void __init tnetd7300_init_clocks(void)
|
||||||
} else {
|
} else {
|
||||||
ar7_cpu_clock = ar7_bus_clock;
|
ar7_cpu_clock = ar7_bus_clock;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
tnetd7300_set_clock(USB_PLL_SOURCE_SHIFT, &clocks->usb,
|
tnetd7300_set_clock(USB_PLL_SOURCE_SHIFT, &clocks->usb,
|
||||||
bootcr, 48000000);
|
bootcr, 48000000);
|
||||||
|
#endif
|
||||||
if (ar7_dsp_clock == 250000000)
|
if (ar7_dsp_clock == 250000000)
|
||||||
tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp,
|
tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp,
|
||||||
bootcr, ar7_dsp_clock);
|
bootcr, ar7_dsp_clock);
|
||||||
|
|
Loading…
Reference in a new issue