Re: [U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)

2019-06-24 Thread Stefan Roese
Hi Frank, On 23.06.19 15:44, Frank Wunderlich wrote: Hi, WDT on mt7623 (bananapi r2) is still broken, i cannot boot into uboot-console because the boards reboots after this line appears: WDT: Started with servicing (60s timeout) without this patch it does it immediately with the patch

Re: [U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)

2019-06-23 Thread Frank Wunderlich
Hi, WDT on mt7623 (bananapi r2) is still broken, i cannot boot into uboot-console because the boards reboots after this line appears: WDT: Started with servicing (60s timeout) without this patch it does it immediately with the patch after ~30s (not the 60s shown in message) regards Frank

[U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)

2019-06-10 Thread shannon
Fixes a bugged implementation of watchdog reset for mediatek cores Changeset 06985289d452ad2423145cfed8cece61a7f8cec6 "watdchdog: Implement generic watchdog_reset() version" brought this bug to light Moves reconfiguration call to mtk_wdt_reset to a more appropriate location in mtk_wdt_start