Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | davinci: Add watchdog base address flexibility | Mark A. Greer | 2009-05-26 | 1 | -0/+1 |
| | | | | | | | | | | The watchdog code currently hardcodes the base address of the timer its using. To support new SoCs, make it support timers at any address. Use the soc_info structure to do this. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> | ||||
* | davinci: Add base address and timer flexibility | Mark A. Greer | 2009-05-26 | 1 | -0/+34 |
The davinci timer code currently hardcodes the timer register base addresses, the timer irq numbers, and the timers to use for clock events and clocksource. This won't work for some a new SoC so put those values into the soc_info structure and set them up in the SoC-specific files. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> |