Tom, On Sun, Jan 17, 2010 at 5:41 AM, Tom <tom....@windriver.com> wrote: > 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 > I found some re-basing issues as few files were changed after this submissions.
I am hereby re-sending all these patches after re-basing and I have incorporated all your comments as well. Please consider these and discard the previous one. Regards, Khasim _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot