Re: [U-Boot] [PATCH 2/3] tegra20: add clock_set_pllout function

2012-08-20 Thread Stephen Warren
On 08/19/2012 10:08 AM, Lucas Stach wrote: > Common practice on Tegra 2 boards is to use the pllp_out4 FO > to generate the ULPI reference clock. For this to work we have > to override the default hardware generated output divider. > > This function adds a clean way to do so. > diff --git a/arch/

[U-Boot] [PATCH 2/3] tegra20: add clock_set_pllout function

2012-08-19 Thread Lucas Stach
Common practice on Tegra 2 boards is to use the pllp_out4 FO to generate the ULPI reference clock. For this to work we have to override the default hardware generated output divider. This function adds a clean way to do so. Signed-off-by: Lucas Stach --- arch/arm/cpu/tegra20-common/clock.c