[U-Boot] [PATCH 1/2] dm3730: enable dpll5

Jason Kridner jkridner at beagleboard.org
Fri Aug 12 21:47:49 CEST 2011


On Fri, Jun 10, 2011 at 6:21 PM, Eric Bénard <eric at eukrea.com> wrote:
> which is used to provide 120MHz to USB EHCI
> This allows EHCI to work on BeagleBoard XM
>
> Signed-off-by: Eric Bénard <eric at eukrea.com>

Acked-by: Jason Kridner <jkridner at beagleboard.org>

We've tested this at TI.  Thanks for the patch.  Sandeep, can you
apply this to the TI staging tree?

There would be more consistency with a dpll5_init_36xx() function, but
that would seem like a waste of code space.  Is there a reason we'd
need to use "ptr = (struct dpll_per_36x_param
*)get_36x_per_dpll_param();"?

> ---
>  arch/arm/cpu/armv7/omap3/clock.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/omap3/clock.c b/arch/arm/cpu/armv7/omap3/clock.c
> index 3d38d08..6a9edcf 100644
> --- a/arch/arm/cpu/armv7/omap3/clock.c
> +++ b/arch/arm/cpu/armv7/omap3/clock.c
> @@ -579,6 +579,7 @@ void prcm_init(void)
>
>                dpll3_init_36xx(0, clk_index);
>                dpll4_init_36xx(0, clk_index);
> +               dpll5_init_34xx(0, clk_index);
>                iva_init_36xx(0, clk_index);
>                mpu_init_36xx(0, clk_index);
>
> --
> 1.7.0.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list