On Tue, Aug 9, 2011 at 11:29 AM, Marc Dietrich <marvin24@xxxxxx> wrote: > > These clocks are required for usb operation. > --- > arch/arm/mach-tegra/board-paz00.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c > index 45111f6..89a3dda 100644 > --- a/arch/arm/mach-tegra/board-paz00.c > +++ b/arch/arm/mach-tegra/board-paz00.c > @@ -145,6 +145,12 @@ static __initdata struct tegra_clk_init_table paz00_clk_init_table[] = { > /* name parent rate enabled */ > { "uarta", "pll_p", 216000000, true }, > { "uartd", "pll_p", 216000000, true }, > + > + { "pll_p_out4", "pll_p", 24000000, true }, > + { "usbd", "clk_m", 12000000, true }, > + { "usb2", "clk_m", 12000000, true }, > + { "usb3", "clk_m", 12000000, true }, Do they all have to be enabled here? Setting the parent and rate makes sense, but you shouldn't have to enable them. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html