[PATCH v2 2/2] watchdog: Add implementation of NVIDIA's Tegra watchdog driver

Svyatoslav Ryhel clamor95 at gmail.com
Thu Sep 18 12:09:39 CEST 2025


чт, 18 вер. 2025 р. о 11:44 Lukasz Majewski <lukma at nabladev.com> пише:
>
> 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 <lukma at nabladev.com>
> ---
> 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 <clamor95 at gmail.com>

With minor adjustments applied to u-boot-tegra/staging, thank you!

Additional modification to colibri_t30_defconfig would not be needed.


More information about the U-Boot mailing list