]> git.baikalelectronics.ru Git - uboot.git/commit
highbank: switch to use the Arm SP804 DM_TIMER driver
authorAndre Przywara <andre.przywara@arm.com>
Thu, 20 Oct 2022 22:10:25 +0000 (23:10 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 2 Nov 2022 17:58:17 +0000 (13:58 -0400)
commitbd504856be4ee150cd270ad5d55edf1fc17a19e2
tree185031a7854e2e0bcc0c28db30f74c3827ed8138
parent3a6fadc9cc6d08b3a4a4058800e4bdabeda6cb95
highbank: switch to use the Arm SP804 DM_TIMER driver

So far the Calxeda machines were using the CONFIG_SYS_TIMER_* macros to
simply hardcode the address of the counter register of the SP804 timer.
This method is deprecated and scheduled for removal.

Use the newly introduced SP804 DM_TIMER driver to provide timer
functionality on Highbank and Midway machines. The base address and base
frequency are taken from the devicetree.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/Kconfig
include/configs/highbank.h