]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: timer: add driver for ARMv7 based Tegra devices and T210
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 1 Feb 2023 08:53:02 +0000 (10:53 +0200)
committerTom <twarren@nvidia.com>
Thu, 2 Feb 2023 17:16:41 +0000 (10:16 -0700)
commitadf869045d06081c1fbda3ad9e4a03349bcd9108
tree10cf5ab054a77d879308d69ff4f2a30cd92bd68f
parent87a758652b4f6d343f19d23bd5dba7d0f2491245
drivers: timer: add driver for ARMv7 based Tegra devices and T210

Add timer support for T20/T30/T114/T124 and T210 based devices.
Driver is based on DM, has device tree support and can be
used on SPL and early boot stage.

Arm64 Tegra (apart T210) according to comment in tegra-common.h use
architected timer.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS TF600T T30
Tested-by: Jonas Schwöbel <jonasschwoebel@yahoo.de> # Surface RT T30
Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101 T20
Tested-by: Agneli <poczt@protonmail.ch> # Toshiba AC100 T20
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30
Co-developed-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom <twarren@nvidia.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/tegra-timer.c [new file with mode: 0644]