чт, 18 вер. 2025 р. о 11:44 Lukasz Majewski <lu...@nabladev.com> пише: > > The Tegra SoC is a bit special, as it doesn't have the separate IP block > to provide watchdog functionality. > > Instead, timer IP block allows such functionality when properly configured. > > This patch manually binds U-Boot's WDT driver (based on WDT_UCLASS). > > Signed-off-by: Lukasz Majewski <lu...@nabladev.com> > --- > > Changes for v2: > - Replace "Tegra T30" with just "Tegra" in comment as all Tegra > SoCs are using the same programming paradign > - Update the commit message > --- > drivers/timer/tegra-timer.c | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) >
Reviewed-by: Svyatoslav Ryhel <clamo...@gmail.com> With minor adjustments applied to u-boot-tegra/staging, thank you!