Re: [PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-23 Thread Guenter Roeck
On Fri, Feb 20, 2015 at 06:19:34PM -0800, Mathieu Olivari wrote: > MSM watchdog configuration happens in the same register block as the > timer, so we'll use the same binding as the existing timer. > > The qcom-wdt will now be probed when devicetree has an entry compatible > with

Re: [PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-23 Thread Stephen Boyd
On 02/20/15 18:19, Mathieu Olivari wrote: > MSM watchdog configuration happens in the same register block as the > timer, so we'll use the same binding as the existing timer. > > The qcom-wdt will now be probed when devicetree has an entry compatible > with "qcom,kpss-timer" or "qcom-scss-timer".

Re: [PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-23 Thread Stephen Boyd
On 02/20/15 18:19, Mathieu Olivari wrote: MSM watchdog configuration happens in the same register block as the timer, so we'll use the same binding as the existing timer. The qcom-wdt will now be probed when devicetree has an entry compatible with qcom,kpss-timer or qcom-scss-timer.

Re: [PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-23 Thread Guenter Roeck
On Fri, Feb 20, 2015 at 06:19:34PM -0800, Mathieu Olivari wrote: MSM watchdog configuration happens in the same register block as the timer, so we'll use the same binding as the existing timer. The qcom-wdt will now be probed when devicetree has an entry compatible with qcom,kpss-timer or

[PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-20 Thread Mathieu Olivari
MSM watchdog configuration happens in the same register block as the timer, so we'll use the same binding as the existing timer. The qcom-wdt will now be probed when devicetree has an entry compatible with "qcom,kpss-timer" or "qcom-scss-timer". Signed-off-by: Mathieu Olivari ---

[PATCH 1/3] watchdog: qcom: use timer devicetree binding

2015-02-20 Thread Mathieu Olivari
MSM watchdog configuration happens in the same register block as the timer, so we'll use the same binding as the existing timer. The qcom-wdt will now be probed when devicetree has an entry compatible with qcom,kpss-timer or qcom-scss-timer. Signed-off-by: Mathieu Olivari math...@codeaurora.org