Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-25 Thread ivan.khoronzhuk
On 11/25/2013 02:15 PM, Mark Rutland wrote: On Mon, Nov 25, 2013 at 10:59:45AM +, ivan.khoronzhuk wrote: On 11/23/2013 07:57 PM, Arnd Bergmann wrote: On Wednesday 06 November 2013, ivan.khoronzhuk wrote: @@ -7,6 +7,10 @@ Required properties: - reg : Should contain WDT registers locatio

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-25 Thread Mark Rutland
On Mon, Nov 25, 2013 at 10:59:45AM +, ivan.khoronzhuk wrote: > On 11/23/2013 07:57 PM, Arnd Bergmann wrote: > > On Wednesday 06 November 2013, ivan.khoronzhuk wrote: > >> @@ -7,6 +7,10 @@ Required properties: > >> > >> - reg : Should contain WDT registers location and length > >> > >> +

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-25 Thread ivan.khoronzhuk
On 11/23/2013 07:57 PM, Arnd Bergmann wrote: > On Wednesday 06 November 2013, ivan.khoronzhuk wrote: >> @@ -7,6 +7,10 @@ Required properties: >> >> - reg : Should contain WDT registers location and length >> >> +- clocks: phandle reference to the controller clock. >> + Required only

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-23 Thread Arnd Bergmann
On Wednesday 06 November 2013, ivan.khoronzhuk wrote: > @@ -7,6 +7,10 @@ Required properties: > > - reg : Should contain WDT registers location and length > > +- clocks: phandle reference to the controller clock. > + Required only for Keystone arch. > + See clock-bindings.txt >

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-18 Thread ivan.khoronzhuk
On 11/17/2013 04:28 AM, Guenter Roeck wrote: On 11/06/2013 03:32 AM, ivan.khoronzhuk wrote: The Keystone arch is using clocks in DT and source clock for watchdog has to be specified, so add this to binding. Signed-off-by: Ivan Khoronzhuk --- .../devicetree/bindings/watchdog/davinci-wdt.txt

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-16 Thread Guenter Roeck
On 11/06/2013 03:32 AM, ivan.khoronzhuk wrote: The Keystone arch is using clocks in DT and source clock for watchdog has to be specified, so add this to binding. Signed-off-by: Ivan Khoronzhuk --- .../devicetree/bindings/watchdog/davinci-wdt.txt |5 + 1 file changed, 5 insertions(+

Re: Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-12 Thread Santosh Shilimkar
On Wednesday 06 November 2013 06:32 AM, ivan.khoronzhuk wrote: > The Keystone arch is using clocks in DT and source clock for watchdog > has to be specified, so add this to binding. > > Signed-off-by: Ivan Khoronzhuk > --- Acked-by: Santosh Shilimkar -- To unsubscribe from this list: send the l

Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property

2013-11-06 Thread ivan.khoronzhuk
The Keystone arch is using clocks in DT and source clock for watchdog has to be specified, so add this to binding. Signed-off-by: Ivan Khoronzhuk --- .../devicetree/bindings/watchdog/davinci-wdt.txt |5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/w