commit | c875d8821f1d9ebdc3a0bd9c29697adb5b3c8fb7 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Oct 20 23:10:25 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 02 13:58:17 2022 -0400 |
tree | 185031a7854e2e0bcc0c28db30f74c3827ed8138 | |
parent | a32910b89188968d74a296d757ca3e8e1576e4a1 [diff] |
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>