RE: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Andrew Chew
> On 02/03/2014 02:16 PM, Andrew Chew wrote: > >> On 02/03/2014 11:59 AM, Andrew Chew wrote: > On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: > > This optional property can be used to specify which timers are to > > be used for hardware watchdog timeouts (via a tegra wdt

Re: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Stephen Warren
On 02/03/2014 02:16 PM, Andrew Chew wrote: >> On 02/03/2014 11:59 AM, Andrew Chew wrote: On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: > This optional property can be used to specify which timers are to be > used for hardware watchdog timeouts (via a tegra wdt driver). >

RE: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Andrew Chew
> On 02/03/2014 11:59 AM, Andrew Chew wrote: > >> On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: > >>> This optional property can be used to specify which timers are to be > >>> used for hardware watchdog timeouts (via a tegra wdt driver). > >> > >> Is there any reason that a particul

Re: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Stephen Warren
On 02/03/2014 11:59 AM, Andrew Chew wrote: >> On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: >>> This optional property can be used to specify which timers are to be >>> used for hardware watchdog timeouts (via a tegra wdt driver). >> >> Is there any reason that a particular timer sho

RE: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Andrew Chew
> On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: > > This optional property can be used to specify which timers are to be > > used for hardware watchdog timeouts (via a tegra wdt driver). > > Is there any reason that a particular timer should be used? I worry about colliding with ot

Re: [PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-02-03 Thread Mark Rutland
On Fri, Jan 31, 2014 at 09:46:51PM +, Andrew Chew wrote: > This optional property can be used to specify which timers are to be used > for hardware watchdog timeouts (via a tegra wdt driver). Is there any reason that a particular timer should be used? This shouldn't even mention the driver, a

[PATCH v1] ARM: tegra: add nvidia,wdt-timer-id optional property

2014-01-31 Thread Andrew Chew
This optional property can be used to specify which timers are to be used for hardware watchdog timeouts (via a tegra wdt driver). Signed-off-by: Andrew Chew --- Documentation/devicetree/bindings/timer/nvidia,tegra30-timer.txt | 8 1 file changed, 8 insertions(+) diff --git a/Documenta