чт, 18 вер. 2025 р. о 11:44 Lukasz Majewski <[email protected]> пише: > > This commit provides support for Tegra watchdog functionality. > The WATCHDOG index 0 in conjunction with TIMER 5 has been used. as the > same setup is used in the Linux kernel driver. > > Signed-off-by: Lukasz Majewski <[email protected]> > --- > Changes for v2: > - Remove () from defines and use hex lower case numbers > - Move check for timeout range validity before first register write > - Remove "nvidia,tegra30-timer" device compatibility check > --- > drivers/watchdog/Kconfig | 7 +++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/tegra_wdt.c | 118 +++++++++++++++++++++++++++++++++++ > 3 files changed, 126 insertions(+) > create mode 100644 drivers/watchdog/tegra_wdt.c >
Reviewed-by: Svyatoslav Ryhel <[email protected]> With minor adjustments applied to u-boot-tegra/staging, thank you! Additional modification to colibri_t30_defconfig would not be needed.

