Dear Tom, he following changes since commit 23987e10905146def3ab61e55ec912c6e742efdc:
Prepare v2026.01-rc1 (2025-10-27 16:10:23 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging for you to fetch changes up to 200549b09614e3cb17214e652aeb191902b8b303: gpio: tegra_gpio: convert to use set_flags (2025-10-28 11:27:44 +0200) ---------------------------------------------------------------- Andrew Goodbody (2): video: tegra: Remove unreachable code video: tegra: Incorrect operator used Lukasz Majewski (3): watchdog: Add support for Tegra watchdog timer timer: tegra: Bind watchdog to timer node gpio: tegra_gpio: convert to use set_flags Svyatoslav Ryhel (1): configs: tegra: remove ATAGS support Tom Rini (1): crypto: tegra: Tighten TEGRA_AES driver dependency configs/chagall_defconfig | 3 -- configs/endeavoru_defconfig | 3 -- configs/grouper_defconfig | 3 -- configs/ideapad-yoga-11_defconfig | 3 -- configs/mocha_defconfig | 3 -- configs/mot_defconfig | 3 -- configs/n1_defconfig | 3 -- configs/ouya_defconfig | 3 -- configs/picasso_defconfig | 3 -- configs/qc750_defconfig | 3 -- configs/star_defconfig | 3 -- configs/surface-2_defconfig | 3 -- configs/surface-rt_defconfig | 3 -- configs/tegratab_defconfig | 3 -- configs/tf701t_defconfig | 3 -- configs/transformer_t20_defconfig | 3 -- configs/transformer_t30_defconfig | 3 -- configs/x3_t30_defconfig | 3 -- drivers/crypto/tegra/Kconfig | 2 +- drivers/gpio/tegra_gpio.c | 40 ++++++++++++++------------ drivers/timer/tegra-timer.c | 10 +++++++ drivers/video/tegra/tegra124/dp.c | 2 -- drivers/video/tegra/tegra124/sor.c | 2 +- drivers/watchdog/Kconfig | 6 ++++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tegra_wdt.c | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 26 files changed, 159 insertions(+), 76 deletions(-) create mode 100644 drivers/watchdog/tegra_wdt.c Branch contains minor adjustments and fixes along with Tegra watchdog timer bringup, convertion of gpio driver to use set_flags and removal of ATAGS from Tegra boards. Thanks, Svyatoslav Ryhel.

