Re: [PATCH v3 2/7] watchdog: sunxi: allow setting timeout in devicetree

2018-02-18 Thread Chen-Yu Tsai
On Mon, Feb 19, 2018 at 8:06 AM, Rob Herring wrote: > On Sun, Feb 11, 2018 at 09:08:42PM +0100, Marcus Folkesson wrote: >> watchdog_init_timeout() will allways pick timeout_param since it >> defaults to a valid timeout. >> >> By following best practice described in >>

Re: [PATCH v3 2/7] watchdog: sunxi: allow setting timeout in devicetree

2018-02-18 Thread Chen-Yu Tsai
On Mon, Feb 19, 2018 at 8:06 AM, Rob Herring wrote: > On Sun, Feb 11, 2018 at 09:08:42PM +0100, Marcus Folkesson wrote: >> watchdog_init_timeout() will allways pick timeout_param since it >> defaults to a valid timeout. >> >> By following best practice described in >>

Re: [PATCH v3 2/7] watchdog: sunxi: allow setting timeout in devicetree

2018-02-18 Thread Rob Herring
On Sun, Feb 11, 2018 at 09:08:42PM +0100, Marcus Folkesson wrote: > watchdog_init_timeout() will allways pick timeout_param since it > defaults to a valid timeout. > > By following best practice described in > Documentation/watchdog/watchdog-kernel-api.txt, it also > let us to set timout-sec

Re: [PATCH v3 2/7] watchdog: sunxi: allow setting timeout in devicetree

2018-02-18 Thread Rob Herring
On Sun, Feb 11, 2018 at 09:08:42PM +0100, Marcus Folkesson wrote: > watchdog_init_timeout() will allways pick timeout_param since it > defaults to a valid timeout. > > By following best practice described in > Documentation/watchdog/watchdog-kernel-api.txt, it also > let us to set timout-sec