Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-11 Thread Matthias Brugger
On 11/01/2021 09:57, Heinrich Schuchardt wrote: > On 11.01.21 08:48, Stefan Roese wrote: >> >> >> On 11.01.21 08:17, Heinrich Schuchardt wrote: >>> Am 11. Januar 2021 08:02:12 MEZ schrieb Stefan Roese : Added Heinrich to Cc. On 10.01.21 19:44, Matthias Brugger wrote: > On

Re: Aw: Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-11 Thread Heinrich Schuchardt
On 11.01.21 11:24, Frank Wunderlich wrote: > >> Gesendet: Montag, 11. Januar 2021 um 09:57 Uhr >> Von: "Heinrich Schuchardt" > >> I observed that on some recent version Linux before 5.10 booting seemed >> to be delayed by dozens of seconds on many boards. On which Linux >> version did you see the

Aw: Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-11 Thread Frank Wunderlich
> Gesendet: Montag, 11. Januar 2021 um 09:57 Uhr > Von: "Heinrich Schuchardt" > I observed that on some recent version Linux before 5.10 booting seemed > to be delayed by dozens of seconds on many boards. On which Linux > version did you see the problem? > > >>> > >>> I've not much experience

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-11 Thread Heinrich Schuchardt
On 11.01.21 08:48, Stefan Roese wrote: > > > On 11.01.21 08:17, Heinrich Schuchardt wrote: >> Am 11. Januar 2021 08:02:12 MEZ schrieb Stefan Roese : >>> Added Heinrich to Cc. >>> >>> On 10.01.21 19:44, Matthias Brugger wrote: On 09/01/2021 15:57, Stefan Roese wrote: > On 09.01.21 03:32,

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-10 Thread Stefan Roese
On 11.01.21 08:17, Heinrich Schuchardt wrote: Am 11. Januar 2021 08:02:12 MEZ schrieb Stefan Roese : Added Heinrich to Cc. On 10.01.21 19:44, Matthias Brugger wrote: On 09/01/2021 15:57, Stefan Roese wrote: On 09.01.21 03:32, Matthias Brugger wrote: On 08/01/2021 08:39, Stefan Roese

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-10 Thread Heinrich Schuchardt
Am 11. Januar 2021 08:02:12 MEZ schrieb Stefan Roese : >Added Heinrich to Cc. > >On 10.01.21 19:44, Matthias Brugger wrote: >> On 09/01/2021 15:57, Stefan Roese wrote: >>> On 09.01.21 03:32, Matthias Brugger wrote: On 08/01/2021 08:39, Stefan Roese wrote: > On 07.01.21 16:36,

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-10 Thread Stefan Roese
Added Heinrich to Cc. On 10.01.21 19:44, Matthias Brugger wrote: On 09/01/2021 15:57, Stefan Roese wrote: On 09.01.21 03:32, Matthias Brugger wrote: On 08/01/2021 08:39, Stefan Roese wrote: On 07.01.21 16:36, matthias@kernel.org wrote: From: Matthias Brugger Watchdog timeout comes in

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-10 Thread Matthias Brugger
On 10/01/2021 19:44, Matthias Brugger wrote: > > > On 09/01/2021 15:57, Stefan Roese wrote: >> On 09.01.21 03:32, Matthias Brugger wrote: >>> On 08/01/2021 08:39, Stefan Roese wrote: On 07.01.21 16:36, matthias@kernel.org wrote: > From: Matthias Brugger > > Watchdog timeout

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-10 Thread Matthias Brugger
On 09/01/2021 15:57, Stefan Roese wrote: > On 09.01.21 03:32, Matthias Brugger wrote: >> On 08/01/2021 08:39, Stefan Roese wrote: >>> On 07.01.21 16:36, matthias@kernel.org wrote: From: Matthias Brugger Watchdog timeout comes in before we are able to load the kernel and

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-09 Thread Stefan Roese
On 09.01.21 03:32, Matthias Brugger wrote: On 08/01/2021 08:39, Stefan Roese wrote: On 07.01.21 16:36, matthias@kernel.org wrote: From: Matthias Brugger Watchdog timeout comes in before we are able to load the kernel and reset the watchdog. Disable the watchdog late in the boot process

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-08 Thread Matthias Brugger
On 08/01/2021 08:39, Stefan Roese wrote: > On 07.01.21 16:36, matthias@kernel.org wrote: >> From: Matthias Brugger >> >> Watchdog timeout comes in before we are able to load the >> kernel and reset the watchdog. Disable the watchdog late in the boot >> process to be able to boot the board.

Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-07 Thread Stefan Roese
On 07.01.21 16:36, matthias@kernel.org wrote: From: Matthias Brugger Watchdog timeout comes in before we are able to load the kernel and reset the watchdog. Disable the watchdog late in the boot process to be able to boot the board. Can't you change the WDT reset timeout instead to a

[PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-07 Thread matthias . bgg
From: Matthias Brugger Watchdog timeout comes in before we are able to load the kernel and reset the watchdog. Disable the watchdog late in the boot process to be able to boot the board. Signed-off-by: Matthias Brugger --- board/mediatek/mt7623/mt7623_rfb.c | 8