Khasim Syed Mohammed wrote:
> From c8d47f8b064329676a0f04cff95eef05fe7f24ba Mon Sep 17 00:00:00 2001
> From: Syed Mohammed Khasim <kha...@ti.com>
> Date: Wed, 13 Jan 2010 00:26:17 +0530
> Subject: [PATCH] Add 720Mhz support for Beagle Rev C4
> 
> Use the Generic TWL and Clock APIs to get beagle
> Rev C4 running at 720Mhz
> 
> Signed-off-by: Syed Mohammed Khasim <kha...@ti.com>
> ---
>  board/ti/beagle/beagle.c |   21 +++++++++++++++++++--
>  1 files changed, 19 insertions(+), 2 deletions(-)
> 
> diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
> index 02e90b5..338a8dc 100644
> --- a/board/ti/beagle/beagle.c
> +++ b/board/ti/beagle/beagle.c
> @@ -132,8 +132,27 @@ int misc_init_r(void)
>       struct gpio *gpio5_base = (struct gpio *)OMAP34XX_GPIO5_BASE;
>       struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
> 
> +     beagle_identify();
> +
>       twl4030_power_init();
>       twl4030_led_init();
> +
> +     if (beagle_revision == REVISION_C4) {
> +             

ws
remove 2 tabs in the previous line
This was caught in checkpatch,  I will do a full review on the next revision

Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to