summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/omap3/clock.c
Commit message (Collapse)AuthorAgeLines
* omap3: remove typedefs for configuration structsDirk Behme2009-08-08-7/+7
| | | | | Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
* OMAP3 Turn on the GPIO bank clocksTom Rix2009-06-12-0/+22
| | | | | | | | | The function and interface clocks for each GPIO bank, except the first, must be explicitly turned on. These are controlled by the config level defines CONFIG_OMAP3_GPIO_n where n is from 2 to 6. Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Acked-by: Dirk Behme <dirk.behme@googlemail.com>
* OMAP3: Print correct silicon revisionSanjeev Premi2009-04-29-2/+3
| | | | | | | | | | The function display_board_info() displays incorrect silicon revision - based on the return value from function get_cpu_rev(). This patch fixes the problem. Signed-off-by: Sanjeev Premi <premi@ti.com>
* OMAP3: Add common clock, memory and low level codeDirk Behme2009-01-24-0/+381
Add common clock, memory and low level code Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>