On Wed, Jun 29, 2022 at 11:59:00PM +0530, Kartik wrote: > From: Thierry Reding > > Currently this only supports a single watchdog, which uses a timer in > the background for countdown. Eventually the timers could be used for > various time-keeping tasks, but by default the architected timer will > already provide that functionality. > > Signed-off-by: Thierry Reding > Signed-off-by: Kartik > --- > drivers/clocksource/Kconfig | 8 + > drivers/clocksource/Makefile | 1 + > drivers/clocksource/timer-tegra186.c | 508 +++++++++++++++++++++++++++ > 3 files changed, 517 insertions(+) > create mode 100644 drivers/clocksource/timer-tegra186.c Acked-by: Thierry Reding