Re: [U-Boot] [linux-sunxi] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-20 Thread Jagan Teki
On Tue, May 14, 2019 at 8:38 PM Clément Péron wrote: > > Hi Jagan, > > On Tue, 14 May 2019 at 15:49, Jagan Teki wrote: > > > > On Wed, Apr 17, 2019 at 11:11 PM Clément Péron wrote: > > > > > > WDOG is broken for some H6 rev. The board is not > > > reseted correctly. > > > > > > Use the R_WDOG in

Re: [U-Boot] [linux-sunxi] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-14 Thread Clément Péron
Hi Jagan, On Tue, 14 May 2019 at 15:49, Jagan Teki wrote: > > On Wed, Apr 17, 2019 at 11:11 PM Clément Péron wrote: > > > > WDOG is broken for some H6 rev. The board is not > > reseted correctly. > > > > Use the R_WDOG instead. > > Can you describe the proper issue why it broken? this would real

Re: [U-Boot] [linux-sunxi] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog

2019-05-14 Thread Jagan Teki
On Wed, Apr 17, 2019 at 11:11 PM Clément Péron wrote: > > WDOG is broken for some H6 rev. The board is not > reseted correctly. > > Use the R_WDOG instead. Can you describe the proper issue why it broken? this would really help us to understand and future reference. __